/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
ir_loader.cpp | 80 module_->AddExecutionMode(std::move(spv_inst));
|
module.h | 71 void AddExecutionMode(Instruction&& e) {
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
GlslangToSpv.cpp | 688 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); 699 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVertices()); 711 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); 720 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); 728 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); 731 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode); [all...] |
SpvBuilder.h | 199 void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 = -1);
|
SpvBuilder.cpp | 863 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
GlslangToSpv.cpp | 688 builder.addExecutionMode(shaderEntry, spv::ExecutionModeXfb); 699 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVertices()); 711 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); 720 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); 728 builder.addExecutionMode(shaderEntry, (spv::ExecutionMode)mode); 731 builder.addExecutionMode(shaderEntry, spv::ExecutionModePointMode); [all...] |
SpvBuilder.h | 199 void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 = -1);
|
SpvBuilder.cpp | 863 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3) [all...] |
/frameworks/rs/rsov/compiler/spirit/ |
module.h | 278 EntryPointDefinition *addExecutionMode(ExecutionModeInst *mode) {
|
module.cpp | 459 addExecutionMode(mode); 480 addExecutionMode(mode);
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVEntry.cpp | 457 getOrCreateTarget()->addExecutionMode(this);
|
SPIRVEntry.h | 596 void addExecutionMode(SPIRVExecutionMode *ExecMode) {
|
/external/spirv-llvm/lib/SPIRV/ |
SPIRVWriter.cpp | [all...] |