Searched refs:tex_idx (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass1.c90 static GLuint get_texcoord_mask( GLuint tex_idx )
92 switch (tex_idx) {
223 read0 = get_texcoord_mask(inst->tex_idx);
232 read0 = get_texcoord_mask(inst->tex_idx) | WRITEMASK_W;
H A Dbrw_wm.h146 GLuint tex_idx:4; /* TEXTURE_1D,2D,3D,CUBE,RECT_INDEX source target */ member in struct:brw_wm_instruction
451 GLuint tex_idx,
459 GLuint tex_idx,
H A Dbrw_wm_emit.c1041 GLuint tex_idx,
1069 switch (tex_idx) {
1172 GLuint tex_idx,
1204 switch (tex_idx) {
1887 inst->tex_idx, inst->tex_unit,
1893 inst->tex_idx, inst->tex_unit);
1036 emit_tex(struct brw_wm_compile *c, struct brw_reg *dst, GLuint dst_flags, struct brw_reg *arg, struct brw_reg depth_payload, GLuint tex_idx, GLuint sampler, bool shadow) argument
1167 emit_txb(struct brw_wm_compile *c, struct brw_reg *dst, GLuint dst_flags, struct brw_reg *arg, struct brw_reg depth_payload, GLuint tex_idx, GLuint sampler) argument
H A Dbrw_wm_pass0.c326 out->tex_idx = inst->TexSrcTarget;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass1.c90 static GLuint get_texcoord_mask( GLuint tex_idx )
92 switch (tex_idx) {
223 read0 = get_texcoord_mask(inst->tex_idx);
232 read0 = get_texcoord_mask(inst->tex_idx) | WRITEMASK_W;
H A Dbrw_wm.h146 GLuint tex_idx:4; /* TEXTURE_1D,2D,3D,CUBE,RECT_INDEX source target */ member in struct:brw_wm_instruction
451 GLuint tex_idx,
459 GLuint tex_idx,
H A Dbrw_wm_emit.c1041 GLuint tex_idx,
1069 switch (tex_idx) {
1172 GLuint tex_idx,
1204 switch (tex_idx) {
1887 inst->tex_idx, inst->tex_unit,
1893 inst->tex_idx, inst->tex_unit);
1036 emit_tex(struct brw_wm_compile *c, struct brw_reg *dst, GLuint dst_flags, struct brw_reg *arg, struct brw_reg depth_payload, GLuint tex_idx, GLuint sampler, bool shadow) argument
1167 emit_txb(struct brw_wm_compile *c, struct brw_reg *dst, GLuint dst_flags, struct brw_reg *arg, struct brw_reg depth_payload, GLuint tex_idx, GLuint sampler) argument
H A Dbrw_wm_pass0.c326 out->tex_idx = inst->TexSrcTarget;

Completed in 56 milliseconds