Searched refs:DE_OFFSET_OF (Results 1 – 14 of 14) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 133 DE_OFFSET_OF(VertexDataNdc, positionNdc), // deUint32 offset; in getVertexDataDescripton() 314 DE_OFFSET_OF(VertexDataNdcScreen, positionNdc), // deUint32 offset; in getVertexDataDescripton() 324 DE_OFFSET_OF(VertexDataNdcScreen, positionScreen), // deUint32 offset; in getVertexDataDescripton() 804 DE_OFFSET_OF(VertexDataNdcBarycentric, positionNdc), // deUint32 offset; in getVertexDataDescripton() 814 DE_OFFSET_OF(VertexDataNdcBarycentric, barycentricCoord), // deUint32 offset; in getVertexDataDescripton()
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 62 DE_OFFSET_OF(VertexDataNdc, positionNdc), // deUint32 offset; in getVertexDataDescriptonNdc() 104 DE_OFFSET_OF(VertexDataNdcScreen, positionNdc), // deUint32 offset; in getVertexDataDescriptonNdcScreen() 114 DE_OFFSET_OF(VertexDataNdcScreen, positionScreen), // deUint32 offset; in getVertexDataDescriptonNdcScreen()
|
D | vktPipelineDepthTests.cpp | 500 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
|
D | vktPipelineStencilTests.cpp | 579 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
|
D | vktPipelinePushConstantTests.cpp | 875 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in PushConstantGraphicsTestInstance()
|
D | vktPipelineInputAssemblyTests.cpp | 1124 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
|
D | vktPipelineCacheTests.cpp | 244 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineTimestampTests.cpp | 409 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineImageSamplingInstance.cpp | 577 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
|
D | vktPipelineMultisampleTests.cpp | 2170 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in initialize()
|
/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 | 338 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER)) macro
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 737 #define FEATURE_ITEM(MEMBER) {#MEMBER, DE_OFFSET_OF(VkPhysicalDeviceFeatures, MEMBER)}
|
D | vktApiFeatureInfo.cpp | 97 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) 98 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) 896 #define OFFSET_TABLE_ENTRY(STRUCT, MEMBER) { (size_t)DE_OFFSET_OF(STRUCT, MEMBER), VK_SIZE_OF(STR…
|