Home
last modified time | relevance | path

Searched defs:componentId (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp176 const auto componentId = words[2]; in getBaseAlignment() local
281 const auto componentId = words[2]; in getSize() local
473 const auto componentId = inst->words()[2]; in checkLayout() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp176 const auto componentId = words[2]; in getBaseAlignment() local
281 const auto componentId = words[2]; in getSize() local
473 const auto componentId = inst->words()[2]; in checkLayout() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_decorations.cpp176 const auto componentId = words[2]; in getBaseAlignment() local
281 const auto componentId = words[2]; in getSize() local
473 const auto componentId = inst->words()[2]; in checkLayout() local
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp1061 spirv::IdRef componentId; in createConstant() local
1505 spirv::IdRef componentId; in createConstructorMatrixFromMatrix() local
1622 const spirv::IdRef componentId = mBuilder.getNewId(decorations); in extractComponents() local
1650 const spirv::IdRef componentId = mBuilder.getNewId(decorations); in extractComponents() local
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1269 spirv::IdRef componentId, in visitTypeVector()
1958 spirv::IdRef componentId, in visitTypeVector()
3256 spirv::IdRef componentId; in visitTypeVector() local
4015 spirv::IdRef componentId; in visitTypeVector() local
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp283 int16 componentId; /* identifier for this component (0..255) */ member
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1622 SpvId componentId = this->nextId(&componentType); in writeVectorConstructor() local
1715 SpvId componentId = this->nextId(&srcType); in writeConstructorCompoundCast() local