Home
last modified time | relevance | path

Searched defs:compSize (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp498 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
518 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
538 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp777 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1017 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1055 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1100 const size_t compSize = getDataTypeByteSize(scalarType); in generateImmScalarVectorSrc() local
1511 const size_t compSize = getDataTypeByteSize(scalarType); in copyBufferVarData() local
1719 const size_t compSize = getDataTypeByteSize(scalarType); in compareBufferVarData() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp469 const size_t compSize = getDataTypeByteSize(scalarType); in createMask() local
912 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1211 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1323 const size_t compSize = getDataTypeByteSize(scalarType); in writeMatrixTypeSrc() local
1803 const size_t compSize = getDataTypeByteSize(scalarType); in validateValue() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp606 const int compSize = sizeof(deUint32); in generateValue() local
863 const int compSize = sizeof(deUint32); in generateValueSrc() local
1222 const int compSize = sizeof(deUint32); in copyUniformData() local
1804 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp737 const int compSize = sizeof(deUint32); in generateValue() local
978 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1011 const int compSize = sizeof(deUint32); in generateImmScalarVectorSrc() local
1490 const int compSize = sizeof(deUint32); in copyBufferVarData() local
1697 const int compSize = sizeof(deUint32); in compareBufferVarData() local
2559 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp746 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1204 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1286 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
1318 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp633 const int compSize = sizeof(deUint32); in generateValue() local
951 const int compSize = sizeof(deUint32); in generateValueSrc() local
1279 const int compSize = sizeof(deUint32); in copyUniformData() local
1843 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1050 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask()