Home
last modified time | relevance | path

Searched refs:executionModes (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp425 SmallVector<uint32_t, 4> executionModes; member in __anon4460d32f0111::Serializer
560 executionModes.size() + decorations.size() + in collect()
572 binary.append(executionModes.begin(), executionModes.end()); in collect()
2012 return encodeInstructionInto(executionModes, spirv::Opcode::OpExecutionMode, in processOp()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp3741 string executionModes = ""; in fillShaderSpec() local
3758 executionModes += "OpExecutionMode %main " + fp64behaviorName + " 64\n"; in fillShaderSpec()
3782 executionModes += "OpExecutionMode %main " + fp32behaviorName + " 32\n"; in fillShaderSpec()
3807 executionModes += "OpExecutionMode %main " + fp16behaviorName + " 16\n"; in fillShaderSpec()
3827 executionModes += "OpExecutionMode %main " + fp16behaviorName + " 16\n"; in fillShaderSpec()
3856 { "execution_modes", executionModes }, in fillShaderSpec()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1207 executionModes.push_back(std::unique_ptr<Instruction>(instr)); in addExecutionMode()
1218 executionModes.push_back(std::unique_ptr<Instruction>(instr)); in addExecutionMode()
1229 executionModes.push_back(std::unique_ptr<Instruction>(instr)); in addExecutionModeId()
2990 dumpInstructions(out, executionModes); in dump()
DSpvBuilder.h827 std::vector<std::unique_ptr<Instruction> > executionModes; variable
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp1207 executionModes.push_back(std::unique_ptr<Instruction>(instr)); in addExecutionMode()
1218 executionModes.push_back(std::unique_ptr<Instruction>(instr)); in addExecutionMode()
1229 executionModes.push_back(std::unique_ptr<Instruction>(instr)); in addExecutionModeId()
2994 dumpInstructions(out, executionModes); in dump()
DSpvBuilder.h827 std::vector<std::unique_ptr<Instruction> > executionModes; variable