HomeSort by: relevance | last modified time | path
    Searched defs:without_array (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_link_uniform_initializers.c 287 const struct glsl_type *without_array = local
290 if (glsl_type_is_sampler(without_array) ||
291 glsl_type_is_image(without_array)) {
gl_nir_link_atomics.c 237 const struct glsl_type *without_array = local
239 storage->array_stride = glsl_atomic_size(without_array);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_link_atomics.c 218 const struct glsl_type *without_array = local
220 storage->array_stride = glsl_atomic_size(without_array);
gl_nir_link_uniform_initializers.c 275 const struct glsl_type *without_array = local
278 if (glsl_type_is_sampler(without_array) ||
279 glsl_type_is_image(without_array)) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_validate.c 1062 const struct glsl_type *without_array = glsl_without_array(var->type); local
1063 validate_assert(state, glsl_type_is_struct_or_ifc(without_array));
1064 validate_assert(state, var->num_members == glsl_get_length(without_array));
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1042 const glsl_type *without_array() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_validate.c 1509 const struct glsl_type *without_array = glsl_without_array(var->type); local
1510 validate_assert(state, glsl_type_is_struct_or_ifc(without_array));
1511 validate_assert(state, var->num_members == glsl_get_length(without_array));
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_variables.c 1692 struct vtn_type *without_array = local
1697 without_array, &nir_mode);
1802 struct vtn_type *without_array = vtn_type_without_array(ptr_type->deref); local
1806 mode = vtn_storage_class_to_mode(b, storage_class, without_array, &nir_mode);
1811 vtn_assert(without_array->block);
1815 !without_array->block) {
1940 glsl_type_is_struct_or_ifc(without_array->type)) {
1941 vtn_foreach_decoration(b, vtn_value(b, without_array->id,
2139 var->var->data.image.format = without_array->image_format;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 790 const glsl_type *without_array() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_variables.c 2054 struct vtn_type *without_array = type; local
2055 while(glsl_type_is_array(without_array->type))
2056 without_array = without_array->array_element;
2060 mode = vtn_storage_class_to_mode(b, storage_class, without_array, &nir_mode);
2065 vtn_assert(without_array->block);
2070 !without_array->block) {
2087 if (glsl_type_is_image(without_array->type))
2089 else if (glsl_type_is_sampler(without_array->type))
2176 glsl_type_is_struct_or_ifc(without_array->type))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
nir_to_dxil.c 4537 const struct glsl_type *without_array = glsl_without_array(var->type); local
4538 if (var->data.mode == nir_var_uniform && glsl_type_is_sampler(without_array) &&
4539 glsl_get_sampler_result_type(without_array) == GLSL_TYPE_VOID) {
4548 const struct glsl_type *without_array = glsl_without_array(var->type); local
4549 if (var->data.mode == nir_var_uniform && glsl_type_is_sampler(without_array) &&
4550 glsl_get_sampler_result_type(without_array) != GLSL_TYPE_VOID) {

Completed in 67 milliseconds