Home
last modified time | relevance | path

Searched defs:i915_fp_compile (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h50 struct i915_fp_compile { struct
51 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 …]