Home
last modified time | relevance | path

Searched defs:elementSize (Results 1 – 25 of 60) sorted by relevance

123

/external/dng_sdk/source/
Ddng_memory.cpp46 dng_memory_data::dng_memory_data (uint32 count, std::size_t elementSize) in dng_memory_data()
90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) in Allocate()
/external/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp89 int elementSize = sksltype_to_location_size(var.getType()); in finalize_helper() local
DGrMeshDrawTarget.cpp18 static W make_writer(void* p, int count, size_t elementSize) { in make_writer()
DGrSPIRVUniformHandler.cpp177 uint32_t elementSize = std::max<uint32_t>(16, sksltype_to_size(type)); in get_ubo_offset() local
/external/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp83 int elementSize = sksltype_to_location_size(var.getType()); in finalize_helper() local
DGrVkUniformHandler.cpp182 uint32_t elementSize = std::max<uint32_t>(16, sksltype_to_vk_size(type, layout)); in get_aligned_offset() local
/external/OpenCL-CTS/test_conformance/buffers/
Darray_info.cpp34 size_t elementSize = sizeof( cl_int ); in test_array_info_size() local
/external/clang/include/clang/AST/
DCharUnits.h197 CharUnits alignmentOfArrayElement(CharUnits elementSize) const { in alignmentOfArrayElement()
/external/deqp/framework/delibs/depool/
DdePoolArray.h42 int elementSize; /*!< Size of the element (in bytes). */ member
DdePoolArray.c43 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize) in dePoolArray_create()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp563 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? size… in OcclusionQueryTestInstance() local
868 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordRender() local
906 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof(d… in recordCopyResults() local
926 …const vk::VkDeviceSize elementSize = m_testVector.queryResultSize == RESULT_SIZE_32_BIT ? sizeof… in captureResults() local
1407 …const vk::VkDeviceSize elementSize = (testVector.queryResultsAvailability ? resultSize * 2 : resu… in init() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() local
/external/OpenCL-CTS/test_conformance/half/
DTest_roundTrip.cpp159 size_t elementSize = MAX( sizeof(cl_half), sizeof(cl_float)); in test_roundTrip() local
DTest_vLoadHalf.cpp434 size_t elementSize = MAX( sizeof(cl_half), sizeof(cl_float)); in Test_vLoadHalf_private() local
/external/mesa3d/src/glx/
Dpixel.c176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glFillImage() local
402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glEmptyImage() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPerf.java27 static final int elementSize; field in TestPerf
/external/libchrome/mojo/public/js/lib/
Dvalidator.js383 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument
500 function (offset, elementSize, elementType, expectedDimensionSizes, argument
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp64 angle::CheckedNumeric<int64_t> elementSize = ComputeVertexAttributeTypeSize(attrib); in ElementsInBuffer() local
113 unsigned int elementSize = 0; in DirectStoragePossible() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_async_strided_copy.cpp119 size_t elementSize = get_explicit_type_size(vecType)* ((vecSize == 3) ? 4 : vecSize); in test_strided_copy() local
Dtest_async_copy.cpp98 size_t elementSize = get_explicit_type_size(vecType)*vecSize; in test_copy() local
Dtest_async_copy2D.cpp116 size_t elementSize = get_explicit_type_size(vecType) * vecSize; in test_copy2D() local
Dtest_hiloeo.cpp275 size_t elementSize = kSizes[type]; in CheckResults() local
Dtest_async_copy3D.cpp135 size_t elementSize = get_explicit_type_size(vecType) * vecSize; in test_copy3D() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp278 const int elementSize = getVtxCompSize(va.pointer.componentType)*va.pointer.numComponents; in appendAttributeNonStrided() local
307 const int elementSize = getVtxCompSize(dstVA.componentType)*dstVA.numComponents; in copyToLayout() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp330 const size_t elementSize = sizeof(typename T::StorageType); in calculate() local
374 const size_t elementSize = sizeof(typename T::StorageType); in unpackFloats() local

123