Searched defs:tex_src_unit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c204 GLuint tex_src_unit,
213 assert(tex_src_unit < BRW_MAX_TEX_UNIT ||
214 tex_src_unit == TEX_UNIT_NONE);
223 inst->TexSrcUnit = tex_src_unit;
200 emit_tex_op(struct brw_wm_compile *c, GLuint op, struct prog_dst_register dest, GLuint saturate, GLuint tex_src_unit, GLuint tex_src_target, GLuint tex_shadow, struct prog_src_register src0, struct prog_src_register src1, struct prog_src_register src2 ) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c204 GLuint tex_src_unit,
213 assert(tex_src_unit < BRW_MAX_TEX_UNIT ||
214 tex_src_unit == TEX_UNIT_NONE);
223 inst->TexSrcUnit = tex_src_unit;
200 emit_tex_op(struct brw_wm_compile *c, GLuint op, struct prog_dst_register dest, GLuint saturate, GLuint tex_src_unit, GLuint tex_src_target, GLuint tex_shadow, struct prog_src_register src0, struct prog_src_register src1, struct prog_src_register src2 ) argument

Completed in 1380 milliseconds