Home
last modified time | relevance | path

Searched defs:isMatrixType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dutilities.h172 bool isMatrixType; member
189 bool isMatrixType, in UniformTypeInfo()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h298 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h305 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp4134 const auto isMatrixType = isMatrix(currentItem.type); in verifyResultBuffer() local
5365 const bool isMatrixType = isMatrix(currentTestItem.type); in initTestItems() local