HomeSort by: relevance | last modified time | path
    Searched refs:glsl_get_sampler_coordinate_components (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
nir_types.h 110 int glsl_get_sampler_coordinate_components(const struct glsl_type *type);
nir_types.cpp 221 glsl_get_sampler_coordinate_components(const struct glsl_type *type) function
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
nir_types.h 94 int glsl_get_sampler_coordinate_components(const struct glsl_type *type);
nir_types.cpp 202 glsl_get_sampler_coordinate_components(const struct glsl_type *type) function
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_storage_image.c 71 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type);
102 unsigned dims = glsl_get_sampler_coordinate_components(deref->type);
669 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_image_load_store.c 125 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type);
156 unsigned dims = glsl_get_sampler_coordinate_components(deref->type);
717 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_pbo.c 532 glsl_get_sampler_coordinate_components(tex_var->type);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_pbo.c 527 glsl_get_sampler_coordinate_components(tex_var->type);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_compiler.c 1103 unsigned needed_components = glsl_get_sampler_coordinate_components(glsl_without_array(var->type));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 2595 uint32_t num_coords = glsl_get_sampler_coordinate_components(type);
2662 SpvId result = spirv_builder_emit_image_query_size(&ctx->builder, get_uvec_type(ctx, 32, glsl_get_sampler_coordinate_components(type)), img, 0);

Completed in 14 milliseconds