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

  /external/mesa3d/src/compiler/
glsl_types.h 947 unsigned image_restrict:1; member in struct:glsl_struct_field
963 image_coherent(0), image_volatile(0), image_restrict(0),
glsl_types.cpp 920 if (this->fields.structure[i].image_restrict
921 != b->fields.structure[i].image_restrict)
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_ubo_reference.cpp 415 (struct_field->image_restrict ? ACCESS_RESTRICT : 0) |
419 (variable->data.image_restrict ? ACCESS_RESTRICT : 0) |
    [all...]
ir.cpp     [all...]
ast_function.cpp 123 if (actual->data.image_restrict && !formal->data.image_restrict) {
    [all...]
ir.h 837 unsigned image_restrict:1; member in struct:ir_variable::ir_variable_data
    [all...]
builtin_variables.cpp 342 this->fields[this->num_fields].image_restrict = 0;
    [all...]
ast_to_hir.cpp     [all...]
glsl_to_nir.cpp 412 var->data.image.restrict_flag = ir->data.image_restrict;
    [all...]
builtin_functions.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 283 milliseconds