Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c71 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); in image_coord_is_in_bounds()
102 unsigned dims = glsl_get_sampler_coordinate_components(deref->type); in image_address()
669 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); in lower_image_size_instr()
/third_party/mesa3d/src/compiler/
Dnir_types.h115 int glsl_get_sampler_coordinate_components(const struct glsl_type *type);
Dnir_types.cpp250 glsl_get_sampler_coordinate_components(const struct glsl_type *type) in glsl_get_sampler_coordinate_components() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c528 glsl_get_sampler_coordinate_components(tex_var->type); in create_fs()
Dst_pbo_compute.c609 unsigned coord_components = glsl_get_sampler_coordinate_components(sampler->type); in create_conversion_shader()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2745 uint32_t num_coords = glsl_get_sampler_coordinate_components(type); in get_image_coords()
2853 unsigned num_components = glsl_get_sampler_coordinate_components(type); in emit_image_deref_size()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2439 …unsigned needed_components = glsl_get_sampler_coordinate_components(glsl_without_array(var->type)); in lower_bindless_instr()