Searched refs:glsl_get_sampler_coordinate_components (Results 1 – 7 of 7) sorted by relevance
71 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()
115 int glsl_get_sampler_coordinate_components(const struct glsl_type *type);
250 glsl_get_sampler_coordinate_components(const struct glsl_type *type) in glsl_get_sampler_coordinate_components() function
528 glsl_get_sampler_coordinate_components(tex_var->type); in create_fs()
609 unsigned coord_components = glsl_get_sampler_coordinate_components(sampler->type); in create_conversion_shader()
2745 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()
2439 …unsigned needed_components = glsl_get_sampler_coordinate_components(glsl_without_array(var->type)); in lower_bindless_instr()