Searched refs:DE_OFFSET_OF (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deDefs.hpp | 79 return (size_t)DE_OFFSET_OF(PaddingCheck, t); in alignOf()
|
/external/deqp/framework/delibs/debase/ |
D | deDefs.h | 330 #define DE_OFFSET_OF(STRUCT, MEMBER) ((int)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER)) macro
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 95 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_),(char*)(#_X_) 96 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) 676 #define OFFSET_TABLE_ENTRY(STRUCT, MEMBER) { DE_OFFSET_OF(STRUCT, MEMBER), VK_SIZE_OF(STRUCT, MEM…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 582 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 500 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
|
D | vktPipelineImageSamplingInstance.cpp | 658 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
|
D | vktPipelinePushConstantTests.cpp | 744 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in PushConstantGraphicsTestInstance()
|
D | vktPipelineCacheTests.cpp | 263 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineInputAssemblyTests.cpp | 1124 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
|
D | vktPipelineMultisampleTests.cpp | 1537 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in MultisampleRenderer()
|
D | vktPipelineTimestampTests.cpp | 409 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|