Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_TEXCOORD (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c220 [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 Dnvfx_vertprog.c849 case TGSI_SEMANTIC_TEXCOORD: in nvfx_vertprog_parse_decl_output()
H A Dnvfx_fragprog.c877 case TGSI_SEMANTIC_TEXCOORD: in nvfx_fragprog_parse_decl_input()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c69 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 Dsvga_link.c75 sem_name = TGSI_SEMANTIC_TEXCOORD; in svga_link_shaders()
H A Dsvga_tgsi.c304 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 Dsvga_swtnl_state.c276 case TGSI_SEMANTIC_TEXCOORD: in svga_swtnl_update_vdecl()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c158 *semantic_name = TGSI_SEMANTIC_TEXCOORD; in tgsi_get_gl_varying_semantic()
H A Dtgsi_point_sprite.c142 decl->Semantic.Name == TGSI_SEMANTIC_TEXCOORD) { in psprite_decl()
226 TGSI_SEMANTIC_TEXCOORD, i, 0); in psprite_prolog()
H A Dtgsi_aa_point.c118 tgsi_transform_input_decl(ctx, texIn, TGSI_SEMANTIC_TEXCOORD, in aa_prolog()
H A Dtgsi_dump.c361 decl->Semantic.Name == TGSI_SEMANTIC_TEXCOORD || in iter_declaration()
H A Dtgsi_scan.c184 name == TGSI_SEMANTIC_TEXCOORD || in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c70 case TGSI_SEMANTIC_TEXCOORD: in calculate_vertex_layout()
H A Di915_fpc_translate.c165 case TGSI_SEMANTIC_TEXCOORD: in src_vector()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h179 TGSI_SEMANTIC_TEXCOORD, /**< texture or sprite coordinates */ enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c136 return TGSI_SEMANTIC_TEXCOORD; in texcoord_semantic()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c330 TGSI_SEMANTIC_TEXCOORD : TGSI_SEMANTIC_GENERIC; in draw_wide_point_stage()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c252 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 Dnvc0_program.c59 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 Dsfn_shader.cpp86 case TGSI_SEMANTIC_TEXCOORD: in set_sid()
H A Dsfn_shader_fs.cpp436 case TGSI_SEMANTIC_TEXCOORD: in scan_input()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c1120 case TGSI_SEMANTIC_TEXCOORD: in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2115 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 Dnine_ff.c304 return TGSI_SEMANTIC_TEXCOORD; in get_texcoord_sn()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c140 case TGSI_SEMANTIC_TEXCOORD: in tgsi_varying_semantic_to_slot()

Completed in 32 milliseconds

12