Home
last modified time | relevance | path

Searched defs:numComps (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp187 static inline UVec3 readResultVec(const uint32_t *ptr, int numComps) in readResultVec()
195 static inline bool compareComps(const UVec3 &a, const UVec3 &b, int numComps) in compareComps()
204 int numComps; member
H A Des31fSSBOLayoutCase.cpp1728 bool compareComponents(glu::DataType scalarType, const void *ref, const void *res, int numComps) in compareComponents()
2674 …const int numComps = isMatrix ? (var.isRowMajor ? glu::getDataTypeMatrixNumColumns(var.… in checkLayoutBounds() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp81 static inline bool compareNumComponents(const UVec3 &a, const UVec3 &b, const int numComps) in compareNumComponents()
87 static inline UVec3 readResultVec(const uint32_t *ptr, const int numComps) in readResultVec()
98 int numComps; member
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp402 int numComps; member
436 const int numComps = glu::getDataTypeFloatScalars(dataType); in verifyConstantDerivate() local
1186 const int numComps = glu::getDataTypeFloatScalars(m_dataType); in verify() local
1528 const int numComps = glu::getDataTypeFloatScalars(m_dataType); in verify() local
H A Des3fTransformFeedbackTests.cpp591 const int numComps = glu::getDataTypeScalarSize(attrib.type.getBasicType()); in genAttributeData() local
1579 int numComps = glu::getDataTypeScalarSize(type); in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp371 int numComps; member
403 const int numComps = glu::getDataTypeFloatScalars(dataType); in verifyConstantDerivate() local
1109 const int numComps = glu::getDataTypeFloatScalars(m_definitions.dataType); in verify() local
1426 const int numComps = glu::getDataTypeFloatScalars(m_definitions.dataType); in verify() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp571 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput() local
1074 const int numComps = scalarSize / numVecs; in copyToBuffer() local
1103 const int numComps = scalarSize / numVecs; in copyFromBuffer() local
H A DglsTextureTestUtil.cpp470 int numComps = 0; in renderQuad() local
H A DglsRandomShaderProgram.cpp55 const int numComps = varType.getNumElements(); in mapToBasicType() local
H A DglsFragOpInteractionCase.cpp91 const int numComps = type.getNumElements(); in computeVertexLayout() local
H A DglsUniformBlockCase.cpp1938 …int numComps = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(uniform.typ… in checkLayoutBounds() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp1211 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DConstant.cpp1107 int numComps = children[0]->getAsConstantUnion()->getType().computeNumComponents(); in fold() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp722 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput() local
1888 const int numComps = scalarSize / numVecs; in copyToBuffer() local
1933 const int numComps = scalarSize / numVecs; in copyFromBuffer() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp314 UINT_32 numComps, ///< [in] number of components in Int32sToPixel()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1424 int numComps = 0; in renderQuad() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp681 …const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : sca… in copyToLayout() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1809 …int numComps = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(uniform.typ… in checkLayoutBounds() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp775 unsigned numComps = getNumComponentsForDim(dim); in getNumSizeComponents() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1766 bool compareComponents(glu::DataType scalarType, const void *ref, const void *res, int numComps) in compareComponents()
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp1324 unsigned numComps, unsigned numExprs) { in CreateEmpty()
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h1894 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp573 int numComps = 0; in parseMatrixSwizzleSelector() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp575 int numComps = 0; in parseMatrixSwizzleSelector() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h2510 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr()

12