/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_draw.c | 220 [TGSI_SEMANTIC_TEXCOORD] = { EMIT_4F, 8, 7, 0x00004000 }, 237 sem = TGSI_SEMANTIC_TEXCOORD; in vroute_add() 271 assert(sem == TGSI_SEMANTIC_TEXCOORD); in vroute_add() 327 if (vroute_add(r, attrib, TGSI_SEMANTIC_TEXCOORD, &index)) { in nv30_render_validate()
|
H A D | nvfx_vertprog.c | 849 case TGSI_SEMANTIC_TEXCOORD: in nvfx_vertprog_parse_decl_output()
|
H A D | nvfx_fragprog.c | 877 case TGSI_SEMANTIC_TEXCOORD: in nvfx_fragprog_parse_decl_input()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawtex.c | 69 case TGSI_SEMANTIC_TEXCOORD: in semantic_to_vert_attrib() 85 case TGSI_SEMANTIC_TEXCOORD: in semantic_to_varying_slot() 279 TGSI_SEMANTIC_TEXCOORD : TGSI_SEMANTIC_GENERIC; in st_DrawTex()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_link.c | 75 sem_name = TGSI_SEMANTIC_TEXCOORD; in svga_link_shaders()
|
H A D | svga_tgsi.c | 304 case TGSI_SEMANTIC_TEXCOORD: in svga_tgsi_to_gl_vert_attrib_semantic() 345 case TGSI_SEMANTIC_TEXCOORD: in svga_tgsi_to_gl_varying_semantic()
|
H A D | svga_swtnl_state.c | 276 case TGSI_SEMANTIC_TEXCOORD: in svga_swtnl_update_vdecl()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.c | 158 *semantic_name = TGSI_SEMANTIC_TEXCOORD; in tgsi_get_gl_varying_semantic()
|
H A D | tgsi_point_sprite.c | 142 decl->Semantic.Name == TGSI_SEMANTIC_TEXCOORD) { in psprite_decl() 226 TGSI_SEMANTIC_TEXCOORD, i, 0); in psprite_prolog()
|
H A D | tgsi_aa_point.c | 118 tgsi_transform_input_decl(ctx, texIn, TGSI_SEMANTIC_TEXCOORD, in aa_prolog()
|
H A D | tgsi_dump.c | 361 decl->Semantic.Name == TGSI_SEMANTIC_TEXCOORD || in iter_declaration()
|
H A D | tgsi_scan.c | 184 name == TGSI_SEMANTIC_TEXCOORD || in scan_src_operand()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_derived.c | 70 case TGSI_SEMANTIC_TEXCOORD: in calculate_vertex_layout()
|
H A D | i915_fpc_translate.c | 165 case TGSI_SEMANTIC_TEXCOORD: in src_vector()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 179 TGSI_SEMANTIC_TEXCOORD, /**< texture or sprite coordinates */ enumerator
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_program.c | 136 return TGSI_SEMANTIC_TEXCOORD; in texcoord_semantic()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_point.c | 330 TGSI_SEMANTIC_TEXCOORD : TGSI_SEMANTIC_GENERIC; in draw_wide_point_stage()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_point.c | 252 else if (shader->info.base.input_semantic_name[slot] == TGSI_SEMANTIC_TEXCOORD) { in setup_point_coefficients()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_program.c | 59 case TGSI_SEMANTIC_TEXCOORD: return 0x300 + si * 0x10; in nvc0_shader_input_address() 84 case TGSI_SEMANTIC_TEXCOORD: return 0x300 + si * 0x10; in nvc0_shader_output_address()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 86 case TGSI_SEMANTIC_TEXCOORD: in set_sid()
|
H A D | sfn_shader_fs.cpp | 436 case TGSI_SEMANTIC_TEXCOORD: in scan_input()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 1120 case TGSI_SEMANTIC_TEXCOORD: in util_make_tess_ctrl_passthrough_shader()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 2115 sem->Name = TGSI_SEMANTIC_TEXCOORD; in sm1_declusage_to_tgsi() 2222 case TGSI_SEMANTIC_TEXCOORD: in nine_tgsi_to_interp_mode() 3629 TGSI_SEMANTIC_TEXCOORD : TGSI_SEMANTIC_GENERIC; in tx_ctor()
|
H A D | nine_ff.c | 304 return TGSI_SEMANTIC_TEXCOORD; in get_texcoord_sn()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 140 case TGSI_SEMANTIC_TEXCOORD: in tgsi_varying_semantic_to_slot()
|