Home
last modified time | relevance | path

Searched refs:glsl_image (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c338 nir_var_uniform, type->glsl_image, 0); in vtn_get_image()
388 type->image->glsl_image, 0); in vtn_get_sampled_image()
908 return type->glsl_image; in vtn_type_get_nir_type()
914 return type->image->glsl_image; in vtn_type_get_nir_type()
1669 val->type->glsl_image = glsl_sampler_type(dim, false, is_array, in vtn_handle_type()
1672 val->type->glsl_image = glsl_image_type(dim, is_array, in vtn_handle_type()
1675 val->type->glsl_image = glsl_image_type(dim, is_array, in vtn_handle_type()
5228 if (glsl_type_is_image(image_type->glsl_image)) { in vtn_handle_body_instruction()
5231 vtn_assert(glsl_type_is_sampler(image_type->glsl_image)); in vtn_handle_body_instruction()
5693 in_var->type = param_type->glsl_image; in vtn_emit_kernel_entry_point_wrapper()
Dvtn_private.h416 const struct glsl_type *glsl_image; member
Dvtn_variables.c1777 if (glsl_type_is_image(without_array->glsl_image)) in vtn_create_variable()
1779 else if (glsl_type_is_sampler(without_array->glsl_image)) in vtn_create_variable()