Searched refs:OPCODE_TEX (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_pixeltransfer.c | 162 inst[ic].Opcode = OPCODE_TEX; in get_pixel_transfer_program() 215 inst[ic].Opcode = OPCODE_TEX; in get_pixel_transfer_program() 227 inst[ic].Opcode = OPCODE_TEX; in get_pixel_transfer_program()
|
D | st_mesa_to_tgsi.c | 648 case OPCODE_TEX: in translate_opcode() 711 case OPCODE_TEX: in compile_instruction()
|
D | st_cb_drawpixels.c | 233 p->Instructions[ic].Opcode = OPCODE_TEX; in st_make_drawpix_z_stencil_program() 253 p->Instructions[ic].Opcode = OPCODE_TEX; in st_make_drawpix_z_stencil_program()
|
D | st_cb_bitmap.c | 140 p->Instructions[ic].Opcode = OPCODE_TEX; in make_bitmap_fragment_program()
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 236 { OPCODE_TEX, "TEX", 1, 1 }, 282 return (opcode == OPCODE_TEX || in _mesa_is_tex_instruction()
|
D | prog_instruction.h | 228 OPCODE_TEX, /* X 3 X X */ enumerator
|
D | programopt.c | 424 case OPCODE_TEX: in is_texture_instruction()
|
D | prog_print.c | 725 case OPCODE_TEX: in _mesa_fprint_instruction_opt()
|
D | program.c | 1061 inst->Opcode = OPCODE_TEX; in _mesa_postprocess_program()
|
D | nvfragparse.c | 125 { "TEX", OPCODE_TEX, INPUT_1V_T, OUTPUT_V, _C | _S },
|
D | ir_to_mesa.cpp | 2005 opcode = OPCODE_TEX; in visit() 2031 if (opcode == OPCODE_TEX) { in visit()
|
D | prog_execute.c | 1648 case OPCODE_TEX: /* Both ARB and NV frag prog */ in _mesa_execute_program()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_pass1.c | 221 case OPCODE_TEX: in brw_wm_pass1()
|
D | brw_wm_fp.c | 798 OPCODE_TEX, in precalc_tex() 859 OPCODE_TEX, in precalc_tex() 1135 case OPCODE_TEX: in brw_wm_pass_fp()
|
D | brw_wm_pass2.c | 327 case OPCODE_TEX: in brw_wm_pass2()
|
D | brw_wm_emit.c | 1885 case OPCODE_TEX: in brw_wm_emit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 1048 case OPCODE_TEX: in upload_program()
|