Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.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()
665 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); in lower_image_size_instr()
/external/mesa3d/src/compiler/
Dnir_types.h110 int glsl_get_sampler_coordinate_components(const struct glsl_type *type);
Dnir_types.cpp221 glsl_get_sampler_coordinate_components(const struct glsl_type *type) in glsl_get_sampler_coordinate_components() function
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c505 glsl_get_sampler_coordinate_components(tex_var->type); in create_fs()