Home
last modified time | relevance | path

Searched refs:glsl_get_sampler_coordinate_components (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c70 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); in image_coord_is_in_bounds()
101 unsigned dims = glsl_get_sampler_coordinate_components(deref->type); in image_address()
690 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); in lower_image_size_instr()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/
H A Dsampler_types_test.cpp48 EXPECT_EQ(COMPS, glsl_get_sampler_coordinate_components(type)); \
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dglsl_types.h867 int glsl_get_sampler_coordinate_components(const glsl_type *t);
H A Dglsl_types.c2988 glsl_get_sampler_coordinate_components(const glsl_type *t) in glsl_get_sampler_coordinate_components() function
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c518 glsl_get_sampler_coordinate_components(tex_var->type); in create_fs()
H A Dst_pbo_compute.c644 unsigned coord_components = glsl_get_sampler_coordinate_components(sampler->type); in create_conversion_shader()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp1361 if (i < glsl_get_sampler_coordinate_components(type)) in visit()
H A Dbuiltin_functions.cpp7816 const int coord_size = glsl_get_sampler_coordinate_components(sampler_type); in _texture()
8834 glsl_ivec_type(glsl_get_sampler_coordinate_components(image_type)), "coord"); in _image_prototype()
8873 unsigned num_components = glsl_get_sampler_coordinate_components(image_type); in _image_size_prototype()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2886 uint32_t num_coords = glsl_get_sampler_coordinate_components(type); in get_image_coords()
3007 unsigned num_components = glsl_get_sampler_coordinate_components(type); in emit_image_deref_size()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c4517 …unsigned needed_components = glsl_get_sampler_coordinate_components(glsl_without_array(var->type)); in lower_bindless_instr()