Searched refs:DE_OFFSET_OF (Results 1 – 17 of 17) 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 | vktPipelinePushDescriptorTests.cpp | 443 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init() 1505 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in init() 2870 DE_OFFSET_OF(Vertex4RGBA, color) // deUint32 offset; in init() 3904 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in init()
|
D | vktPipelineStencilTests.cpp | 484 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 454 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
|
D | vktPipelineDynamicOffsetTests.cpp | 458 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
|
D | vktPipelineInputAssemblyTests.cpp | 1077 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
|
D | vktPipelinePushConstantTests.cpp | 468 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
|
D | vktPipelineCacheTests.cpp | 247 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineTimestampTests.cpp | 439 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineImageSamplingInstance.cpp | 612 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
|
D | vktPipelineMultisampleTests.cpp | 2556 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/ |
D | vktTestCase.cpp | 697 #define DEVICE_CORE_FEATURE_OFFSET(FEATURE_FIELD_NAME) DE_OFFSET_OF(VkPhysicalDeviceFeatures, FEATU…
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 727 #define FEATURE_ITEM(MEMBER) {#MEMBER, DE_OFFSET_OF(VkPhysicalDeviceFeatures, MEMBER)}
|
D | vktApiFeatureInfo.cpp | 99 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) 100 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) 1006 #define OFFSET_TABLE_ENTRY(STRUCT, MEMBER) { (size_t)DE_OFFSET_OF(STRUCT, MEMBER), VK_SIZE_OF(STR…
|