Home
last modified time | relevance | path

Searched refs:executionScope (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp421 VkPipelineStageFlags* executionScope) in computeMemoryDepBarrier() argument
428 *executionScope = VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT; in computeMemoryDepBarrier()
435 *executionScope = VK_PIPELINE_STAGE_TRANSFER_BIT; in computeMemoryDepBarrier()
440 *executionScope = VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT; in computeMemoryDepBarrier()
445 *executionScope = VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; in computeMemoryDepBarrier()
/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp624 auto executionScope = spv::Scope(GetConstScalarInt(insn.word(1))); in EmitControlBarrier() local
630 switch(executionScope) in EmitControlBarrier()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h404 void createMemoryBarrier(unsigned executionScope, unsigned memorySemantics);
DSpvBuilder.cpp1761 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier() argument
1764 op->addIdOperand(makeUintConstant(executionScope)); in createMemoryBarrier()
DGlslangToSpv.cpp7628 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local
7629 spvGroupOperands.push_back(executionScope); in createSubgroupOperation()
7759 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
7762 builder.createControlBarrier((spv::Scope)executionScope, (spv::Scope)memoryScope, in createMiscOperation()
7770 … if (glslangIntermediate->usingVulkanMemoryModel() && (executionScope == spv::ScopeDevice || in createMiscOperation()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h404 void createMemoryBarrier(unsigned executionScope, unsigned memorySemantics);
DSpvBuilder.cpp1761 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier() argument
1764 op->addIdOperand(makeUintConstant(executionScope)); in createMemoryBarrier()
DGlslangToSpv.cpp7990 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local
7991 spvGroupOperands.push_back(executionScope); in createSubgroupOperation()
8121 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
8124 builder.createControlBarrier((spv::Scope)executionScope, (spv::Scope)memoryScope, in createMiscOperation()
8132 … if (glslangIntermediate->usingVulkanMemoryModel() && (executionScope == spv::ScopeDevice || in createMiscOperation()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp719 spirv::Scope executionScope; in parseGroupNonUniformArithmeticOp() local
722 if (parseEnumStrAttr(executionScope, parser, state, in parseGroupNonUniformArithmeticOp()