Searched refs:sampler_types (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dsampler_types_test.cpp41 TEST(sampler_types, TYPE) \
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dsampler_types_test.cpp41 TEST(sampler_types, TYPE) \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c61 SpvId sampler_types[PIPE_MAX_SAMPLERS]; member in struct:ntv_context
854 assert(!is_sampler || !ctx->sampler_types[index]);
881 ctx->sampler_types[index] = image_type;
3247 SpvId image_type = bindless ? get_bare_image_type(ctx, bindless_var, true) : ctx->sampler_types[texture_index];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp233 glsl_base_type sampler_types[PIPE_MAX_SAMPLERS]; member in struct:glsl_to_tgsi_visitor
4739 debug_assert(idx < (int)ARRAY_SIZE(v->sampler_types));
4740 v->sampler_types[idx] = inst->tex_type;
6989 st_translate_texture_type(program->sampler_types[i]);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp231 glsl_base_type sampler_types[PIPE_MAX_SAMPLERS]; member in struct:glsl_to_tgsi_visitor
4880 debug_assert(idx < (int)ARRAY_SIZE(v->sampler_types));
4881 v->sampler_types[idx] = inst->tex_type;
7022 st_translate_texture_type(program->sampler_types[i]);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst3867 - zink: add new 'sampler_types' variable to ntv_context struct

Completed in 32 milliseconds