Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp133 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()
DvktPipelineMultisampleShaderBuiltInTests.cpp62 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()
DvktPipelinePushDescriptorTests.cpp443 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()
DvktPipelineStencilTests.cpp484 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
DvktPipelineDepthTests.cpp454 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
DvktPipelineDynamicOffsetTests.cpp458 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
DvktPipelineInputAssemblyTests.cpp1077 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp468 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
DvktPipelineCacheTests.cpp247 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineTimestampTests.cpp439 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineImageSamplingInstance.cpp612 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
DvktPipelineMultisampleTests.cpp2556 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in initialize()
/external/deqp/framework/delibs/decpp/
DdeDefs.hpp79 return (size_t)DE_OFFSET_OF(PaddingCheck, t); in alignOf()
/external/deqp/framework/delibs/debase/
DdeDefs.h338 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER)) macro
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp697 #define DEVICE_CORE_FEATURE_OFFSET(FEATURE_FIELD_NAME) DE_OFFSET_OF(VkPhysicalDeviceFeatures, FEATU…
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp727 #define FEATURE_ITEM(MEMBER) {#MEMBER, DE_OFFSET_OF(VkPhysicalDeviceFeatures, MEMBER)}
DvktApiFeatureInfo.cpp99 #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…