Searched defs:i915_fp_compile (Results 1 – 1 of 1) sorted by relevance
50 struct i915_fp_compile { struct51 struct i915_fragment_shader *shader; /* the shader we're compiling */53 boolean used_constants[I915_MAX_CONSTANT];56 uint num_immediates;57 uint immediates_map[I915_MAX_CONSTANT];58 float immediates[I915_MAX_CONSTANT][4];60 boolean first_instruction;62 uint declarations[I915_PROGRAM_SIZE];63 uint program[I915_PROGRAM_SIZE];65 uint *csr; /**< Cursor, points into program. */[all …]