Home
last modified time | relevance | path

Searched refs:compSize (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp777 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
797 deUint8* const compPtr = vecPtr + compSize*compNdx; in generateValue()
1017 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1032 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*compSize in generateImmMatrixSrc()
1033 : colNdx*matrixStride + rowNdx*compSize); in generateImmMatrixSrc()
1055 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1065 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdex*matrixStride + colNdex*compSize in generateImmMatrixSrc()
1066 : colNdex*matrixStride + rowNdex*compSize); in generateImmMatrixSrc()
1079 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? (rowNdex * matrixStride + colNdex * compSize) in generateImmMatrixSrc()
1080 : (colNdex * matrixStride + rowNdex * compSize)); in generateImmMatrixSrc()
1100 const size_t compSize = getDataTypeByteSize(scalarType); generateImmScalarVectorSrc() local
1511 const size_t compSize = getDataTypeByteSize(scalarType); copyBufferVarData() local
1719 const size_t compSize = getDataTypeByteSize(scalarType); compareBufferVarData() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp777 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
797 deUint8* const compPtr = vecPtr + compSize*compNdx; in generateValue()
1017 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1032 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*compSize in generateImmMatrixSrc()
1033 : colNdx*matrixStride + rowNdx*compSize); in generateImmMatrixSrc()
1055 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1065 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdex*matrixStride + colNdex*compSize in generateImmMatrixSrc()
1066 : colNdex*matrixStride + rowNdex*compSize); in generateImmMatrixSrc()
1079 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? (rowNdex * matrixStride + colNdex * compSize) in generateImmMatrixSrc()
1080 : (colNdex * matrixStride + rowNdex * compSize)); in generateImmMatrixSrc()
1100 const size_t compSize = getDataTypeByteSize(scalarType); generateImmScalarVectorSrc() local
1511 const size_t compSize = getDataTypeByteSize(scalarType); copyBufferVarData() local
1719 const size_t compSize = getDataTypeByteSize(scalarType); compareBufferVarData() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp737 const int compSize = sizeof(deUint32); in generateValue() local
757 deUint8* const compPtr = vecPtr + compSize*compNdx; in generateValue()
978 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
989 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*compSize in generateImmMatrixSrc()
990 : colNdx*matrixStride + rowNdx*compSize); in generateImmMatrixSrc()
1011 const int compSize = sizeof(deUint32); in generateImmScalarVectorSrc() local
1018 const deUint8* compPtr = (const deUint8*)valuePtr + scalarNdx*compSize; in generateImmScalarVectorSrc()
1490 const int compSize = sizeof(deUint32); in copyBufferVarData() local
1522 deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*compSize in copyBufferVarData()
1523 : colNdx*dstEntry.matrixStride + rowNdx*compSize); in copyBufferVarData()
1697 const int compSize = sizeof(deUint32); compareBufferVarData() local
2559 const int compSize = sizeof(deUint32); checkLayoutBounds() local
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexAttrib.cpp498 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
499 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize); in readVertexAttrib()
518 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
519 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize); in readVertexAttrib()
538 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
539 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize); in readVertexAttrib()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp606 const int compSize = sizeof(deUint32); in generateValue() local
620 deUint8* compPtr = vecPtr + compSize * compNdx; in generateValue()
863 const int compSize = sizeof(deUint32); in generateValueSrc() local
880 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx * entry.matrixStride + colNdx * compSize : in generateValueSrc()
881 colNdx * entry.matrixStride + rowNdx * compSize); in generateValueSrc()
894 const deUint8* compPtr = elemPtr + scalarNdx * compSize; in generateValueSrc()
1222 const int compSize = sizeof(deUint32); in copyUniformData() local
1239 dstElemPtr + (dstEntry.isRowMajor ? rowNdx * dstEntry.matrixStride + colNdx * compSize : in copyUniformData()
1240 colNdx * dstEntry.matrixStride + rowNdx * compSize); in copyUniformData()
1242 srcElemPtr + (srcEntry.isRowMajor ? rowNdx * srcEntry.matrixStride + colNdx * compSize in copyUniformData()
1804 const int compSize = sizeof(deUint32); checkLayoutBounds() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp633 const int compSize = sizeof(deUint32); in generateValue() local
647 deUint8* compPtr = vecPtr + compSize*compNdx; in generateValue()
951 const int compSize = sizeof(deUint32); in generateValueSrc() local
968 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx*entry.matrixStride + colNdx*compSize in generateValueSrc()
969 : colNdx*entry.matrixStride + rowNdx*compSize); in generateValueSrc()
982 const deUint8* compPtr = elemPtr + scalarNdx*compSize; in generateValueSrc()
1279 const int compSize = sizeof(deUint32); in copyUniformData() local
1295 deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*compSize in copyUniformData()
1296 : colNdx*dstEntry.matrixStride + rowNdx*compSize); in copyUniformData()
1297 const deUint8* srcCompPtr = srcElemPtr + (srcEntry.isRowMajor ? rowNdx*srcEntry.matrixStride + colNdx*compSize in copyUniformData()
1843 const int compSize = sizeof(deUint32); checkLayoutBounds() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp469 const size_t compSize = getDataTypeByteSize(scalarType); in createMask() local
483 const deUint8* compPtr = vecPtr + compSize*compNdx; in createMask()
494 for (size_t ndx = 0; ndx < compSize; ++ndx) in createMask()
912 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
926 deUint8* compPtr = vecPtr + compSize*compNdx; in generateValue()
1211 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1228 const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx * compSize); in generateValueSrc()
1244 const deUint8* compPtr = elemPtr + scalarNdx * compSize; in generateValueSrc()
1323 const size_t compSize = getDataTypeByteSize(scalarType); in writeMatrixTypeSrc() local
1324 const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx * compSize); in writeMatrixTypeSrc()
1803 const size_t compSize = getDataTypeByteSize(scalarType); validateValue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp746 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
760 deUint8* compPtr = vecPtr + compSize*compNdx; in generateValue()
1204 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1221 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx * compSize) in generateValueSrc()
1222 : (colNdx * entry.matrixStride + rowNdx * compSize)); in generateValueSrc()
1235 const deUint8* compPtr = elemPtr + scalarNdx * compSize; in generateValueSrc()
1286 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
1292 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdex * entry.matrixStride + colNdex * compSize) in writeMatrixTypeSrc()
1293 : (colNdex * entry.matrixStride + rowNdex * compSize)); in writeMatrixTypeSrc()
1318 const int compSize in writeMatrixTypeSrc() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp469 const size_t compSize = getDataTypeByteSize(scalarType); in createMask() local
483 const deUint8* compPtr = vecPtr + compSize*compNdx; in createMask()
494 for (size_t ndx = 0; ndx < compSize; ++ndx) in createMask()
912 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
926 deUint8* compPtr = vecPtr + compSize*compNdx; in generateValue()
1211 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1228 const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx * compSize); in generateValueSrc()
1244 const deUint8* compPtr = elemPtr + scalarNdx * compSize; in generateValueSrc()
1323 const size_t compSize = getDataTypeByteSize(scalarType); in writeMatrixTypeSrc() local
1324 const deUint8* compPtr = elemPtr + (colNdx * entry.matrixStride + rowNdx * compSize); in writeMatrixTypeSrc()
1803 const size_t compSize = getDataTypeByteSize(scalarType); validateValue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp746 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
760 deUint8* compPtr = vecPtr + compSize*compNdx; in generateValue()
1204 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1221 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx * compSize) in generateValueSrc()
1222 : (colNdx * entry.matrixStride + rowNdx * compSize)); in generateValueSrc()
1235 const deUint8* compPtr = elemPtr + scalarNdx * compSize; in generateValueSrc()
1286 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
1292 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdex * entry.matrixStride + colNdex * compSize) in writeMatrixTypeSrc()
1293 : (colNdex * entry.matrixStride + rowNdex * compSize)); in writeMatrixTypeSrc()
1318 const int compSize in writeMatrixTypeSrc() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp1075 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask() argument
1079 switch (compSize) { in makeCompMask()
1089 assert(compSize <= 8); in makeCompMask()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 55 milliseconds