Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp628 auto executionScope = spv::Scope(shader.GetConstScalarInt(insn.word(1))); in EmitControlBarrier() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp463 VkPipelineStageFlags *executionScope) in computeMemoryDepBarrier()
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp8679 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local
8822 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
H A DSpvBuilder.cpp2820 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp8664 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation() local
8798 unsigned int executionScope = builder.getConstantScalar(operands[0]); in createMiscOperation() local
DSpvBuilder.cpp2644 void Builder::createMemoryBarrier(unsigned executionScope, unsigned memorySemantics) in createMemoryBarrier()