Searched defs:i915_fp_compile (Results 1 – 1 of 1) sorted by relevance
45 struct i915_fp_compile { struct46 struct i915_fragment_shader *shader; /* the shader we're compiling */48 bool used_constants[I915_MAX_CONSTANT];51 uint32_t num_immediates;52 uint32_t immediates_map[I915_MAX_CONSTANT];53 float immediates[I915_MAX_CONSTANT][4];55 bool first_instruction;57 uint32_t declarations[I915_PROGRAM_SIZE];58 uint32_t program[I915_PROGRAM_SIZE];60 uint32_t *csr; /**< Cursor, points into program. */[all …]