Searched refs:executionModel (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShader.hpp | 887 …spv::ExecutionModel executionModel = spv::ExecutionModelMax; // Invalid prior to OpEntryPoint par… member in sw::SpirvShader 1008 spv::ExecutionModel executionModel) in EmitState() argument 1016 , executionModel(executionModel) in EmitState() 1018 ASSERT(executionModel != spv::ExecutionModelMax); // Must parse OpEntryPoint before emitting. in EmitState() 1114 const spv::ExecutionModel executionModel; member in sw::SpirvShader::EmitState
|
| D | SpirvShader.cpp | 77 spv::ExecutionModel executionModel = spv::ExecutionModel(insn.word(1)); local 80 VkShaderStageFlagBits stage = executionModelToStage(executionModel); 86 this->executionModel = executionModel; 1600 if(executionModel == spv::ExecutionModelVertex) in getOutOfBoundsBehavior() 1673 …eMask, storesAndAtomicsMask, descriptorSets, robustBufferAccess, multiSampleCount, executionModel); in emit()
|
| D | SpirvShaderDebugger.cpp | 1503 if(isEntryBreakpointForShaderType(shader->executionModel, func)) in onSetBreakpoint() 1552 if(isEntryBreakpointForShaderType(shader->executionModel, bp)) in onBreakpointsChanged() 2447 switch(state->debugger->shader->executionModel) in buildGlobals() 2585 switch(executionModel) in dbgCreateFile() 2619 switch(executionModel) in dbgBeginEmit()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 3531 spv::ExecutionModel executionModel; in transformEntryPoint() local 3534 spirv::ParseEntryPoint(instruction, &executionModel, &mEntryPointId, &name, &interfaceList); in transformEntryPoint() 3541 spirv::WriteEntryPoint(mSpirvBlobOut, executionModel, mEntryPointId, name, interfaceList); in transformEntryPoint() 4147 spv::ExecutionModel executionModel; in transformEntryPoint() local 4150 spirv::ParseEntryPoint(instruction, &executionModel, &mEntryPointId, &name, &interfaceList); in transformEntryPoint() 4208 spirv::WriteEntryPoint(mSpirvBlobOut, executionModel, mEntryPointId, name, interfaceList); in transformEntryPoint()
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | spirv_instruction_parser_autogen.h | 53 spv::ExecutionModel *executionModel,
|
| D | spirv_instruction_builder_autogen.h | 49 spv::ExecutionModel executionModel,
|
| D | spirv_instruction_builder_autogen.cpp | 222 spv::ExecutionModel executionModel, in WriteEntryPoint() argument 229 blob->push_back(executionModel); in WriteEntryPoint()
|
| D | spirv_instruction_parser_autogen.cpp | 198 spv::ExecutionModel *executionModel, in ParseEntryPoint() argument 208 *executionModel = spv::ExecutionModel(_instruction[_o++]); in ParseEntryPoint()
|
| /third_party/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 1398 spv::ExecutionModel executionModel = TranslateExecutionModel(glslangIntermediate->getStage()); in TGlslangToSpvTraverser() local 1452 …entryPoint = builder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPoint… in TGlslangToSpvTraverser()
|