HomeSort by relevance Sort by last modified time
    Searched defs:memory_scope (Results 1 - 5 of 5) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_barriers.cpp 64 const uint32_t memory_scope = inst->word(2); local
70 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
81 const uint32_t memory_scope = inst->word(1); local
83 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
118 const uint32_t memory_scope = inst->word(2); local
120 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
validate_atomics.cpp 172 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); local
173 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_barriers.cpp 64 const uint32_t memory_scope = inst->word(2); local
70 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
81 const uint32_t memory_scope = inst->word(1); local
83 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
118 const uint32_t memory_scope = inst->word(2); local
120 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
validate_atomics.cpp 173 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); local
174 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) {
  /external/clang/lib/Headers/
opencl-c.h 13941 typedef enum memory_scope enum
13948 } memory_scope; typedef in typeref:enum:memory_scope
    [all...]

Completed in 3594 milliseconds