Home
last modified time | relevance | path

Searched refs:DE_OFFSET_OF (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeDefs.hpp79 return (size_t)DE_OFFSET_OF(PaddingCheck, t); in alignOf()
/external/deqp/framework/delibs/debase/
DdeDefs.h330 #define DE_OFFSET_OF(STRUCT, MEMBER) ((int)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER)) macro
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp95 #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/
DvktPipelineDepthTests.cpp500 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
DvktPipelineImageSamplingInstance.cpp665 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
DvktPipelineStencilTests.cpp582 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
DvktPipelinePushConstantTests.cpp751 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in PushConstantGraphicsTestInstance()
DvktPipelineInputAssemblyTests.cpp1124 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
DvktPipelineCacheTests.cpp263 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineMultisampleTests.cpp1537 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in MultisampleRenderer()
DvktPipelineTimestampTests.cpp409 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()