Searched defs:memberSize (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | fopencookie_test.c | 111 size_t memberSize = 1;
in main() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | StructureHLSL.cpp | 40 size_t memberSize = fields.size(); in Define() local
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 173 int memberSize = 0; in getOffsets() local
|
H A D | linkValidate.cpp | 1975 int memberSize = computeTypeXfbSize(memberType, memberContains64BitType, memberContains32BitType, memberContains16BitType); in computeTypeXfbSize() local 2159 int memberSize; in getBaseAlignment() local 2253 int memberSize; in getScalarAlignment() local 2305 void TIntermediate::updateOffset(const TType& parentType, const TType& memberType, int& offset, int& memberSize) in updateOffset() argument 2331 int memberSize = 0; getOffset() local [all...] |
H A D | ParseHelper.cpp | 9280 int memberSize = intermediate.computeTypeXfbSize(*typeList[member].type, contains64BitType, contains32BitType, contains16BitType); in fixXfbOffsets() local 9315 int memberSize; in fixBlockUniformOffsets() local
|
/third_party/icu/icu4c/source/common/ |
H A D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { in uplug_removeEntryAt() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { in uplug_removeEntryAt() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { in uplug_removeEntryAt() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 2175 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv() local 2246 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 2175 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv() local 2246 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv() local [all...] |
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 5320 int memberSize; in updateMemberOffset() local
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 8996 int memberSize = intermediate.computeTypeXfbSize(*typeList[member].type, contains64BitType, contains32BitType, contains16BitType); in fixXfbOffsets() local 9032 int memberSize; in fixBlockUniformOffsets() local
|
Completed in 62 milliseconds