HomeSort by: relevance | last modified time | path
    Searched defs:sampler_types (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 231 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.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 233 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/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 61 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];

Completed in 18 milliseconds