Home
last modified time | relevance | path

Searched refs:needs_texcoord_semantic (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_program.h408 if (st->needs_texcoord_semantic) in st_get_generic_varying_index()
414 assert(!st->needs_texcoord_semantic); in st_get_generic_varying_index()
418 assert(!st->needs_texcoord_semantic); in st_get_generic_varying_index()
Dst_program.c347 if (st->needs_texcoord_semantic) { in st_translate_vertex_program()
700 if (st->needs_texcoord_semantic) { in st_translate_fragment_program()
715 if (st->needs_texcoord_semantic) { in st_translate_fragment_program()
1070 st->needs_texcoord_semantic, in st_create_fp_variant()
1105 st->needs_texcoord_semantic, in st_create_fp_variant()
1286 if (st->needs_texcoord_semantic) { in st_translate_program_common()
1409 if (st->needs_texcoord_semantic) { in st_translate_program_common()
Dst_context.h97 boolean needs_texcoord_semantic; member
Dst_atom_rasterizer.c185 if (!st->needs_texcoord_semantic && in update_raster_state()
Dst_cb_drawtex.c222 semantic_names[tex_attr] = st->needs_texcoord_semantic ? in st_DrawTex()
Dst_glsl_to_nir.cpp57 if (st->needs_texcoord_semantic) in st_nir_fixup_varying_slots()
Dst_context.c433 st->needs_texcoord_semantic = in st_create_context_priv()
Dst_cb_drawpixels.c166 st->needs_texcoord_semantic ? in get_drawpix_z_stencil_program()
198 const unsigned texcoord_semantic = st->needs_texcoord_semantic ? in make_passthrough_vertex_shader()
Dst_cb_bitmap.c612 st->needs_texcoord_semantic ? TGSI_SEMANTIC_TEXCOORD : in init_bitmap_state()