Home
last modified time | relevance | path

Searched defs:executionScope (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp624 auto executionScope = spv::Scope(GetConstScalarInt(insn.word(1))); in EmitControlBarrier() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp421 VkPipelineStageFlags* executionScope) in computeMemoryDepBarrier()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7442 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local
7573 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
DSpvBuilder.cpp1737 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier()