Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp624 auto executionScope = spv::Scope(GetConstScalarInt(insn.word(1))); in EmitControlBarrier() local
630 switch(executionScope) in EmitControlBarrier()
/third_party/glslang/SPIRV/
DSpvBuilder.h402 void createMemoryBarrier(unsigned executionScope, unsigned memorySemantics);
DSpvBuilder.cpp1737 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier() argument
1740 op->addIdOperand(makeUintConstant(executionScope)); in createMemoryBarrier()
DGlslangToSpv.cpp7442 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local
7443 spvGroupOperands.push_back(executionScope); in createSubgroupOperation()
7573 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
7576 builder.createControlBarrier((spv::Scope)executionScope, (spv::Scope)memoryScope, in createMiscOperation()
7584 … if (glslangIntermediate->usingVulkanMemoryModel() && (executionScope == spv::ScopeDevice || in createMiscOperation()