HomeSort by relevance Sort by last modified time
    Searched refs:image_coherent (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/compiler/
glsl_types.h 945 unsigned image_coherent:1; member in struct:glsl_struct_field
963 image_coherent(0), image_volatile(0), image_restrict(0),
glsl_types.cpp 914 if (this->fields.structure[i].image_coherent
915 != b->fields.structure[i].image_coherent)
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_ubo_reference.cpp 414 return ((struct_field->image_coherent ? ACCESS_COHERENT : 0) |
418 return ((variable->data.image_coherent ? ACCESS_COHERENT : 0) |
    [all...]
ir.cpp     [all...]
ast_function.cpp 109 if (actual->data.image_coherent && !formal->data.image_coherent) {
    [all...]
ir.h 835 unsigned image_coherent:1; member in struct:ir_variable::ir_variable_data
    [all...]
builtin_variables.cpp 340 this->fields[this->num_fields].image_coherent = 0;
    [all...]
ast_to_hir.cpp     [all...]
glsl_to_nir.cpp 410 var->data.image.coherent = ir->data.image_coherent;
    [all...]
builtin_functions.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 116 milliseconds