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

  /external/mesa3d/src/compiler/
glsl_types.h 1002 unsigned memory_coherent:1; member in struct:glsl_struct_field
1025 memory_write_only(0), memory_coherent(0), memory_volatile(0),
1037 memory_write_only(0), memory_coherent(0), memory_volatile(0),
glsl_types.cpp 1038 if (this->fields.structure[i].memory_coherent
1039 != b->fields.structure[i].memory_coherent)
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_array_splitting.cpp 483 new_var->data.memory_coherent = entry->var->data.memory_coherent;
opt_structure_splitting.cpp 354 new_var->data.memory_coherent =
355 type->fields.structure[i].memory_coherent;
ir_print_visitor.cpp 206 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; local
220 memory_coherent, memory_volatile, memory_restrict,
lower_ubo_reference.cpp 420 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) |
424 return ((variable->data.memory_coherent ? ACCESS_COHERENT : 0) |
    [all...]
ir.cpp     [all...]
ast_function.cpp 113 if (actual->data.memory_coherent && !formal->data.memory_coherent) {
    [all...]
ir.h 846 unsigned memory_coherent:1; member in struct:ir_variable::ir_variable_data
    [all...]
builtin_variables.cpp 335 this->fields[this->num_fields].memory_coherent = 0;
    [all...]
ast_to_hir.cpp     [all...]
glsl_to_nir.cpp 430 var->data.image.coherent = ir->data.memory_coherent;
    [all...]
builtin_functions.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3654 bool memory_coherent = false, memory_volatile = false, memory_restrict = false; local
    [all...]

Completed in 379 milliseconds