Home
last modified time | relevance | path

Searched refs:DE_OFFSET_OF (Results 1 – 14 of 14) 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()
DvktPipelineDepthTests.cpp500 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
DvktPipelineStencilTests.cpp579 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
DvktPipelinePushConstantTests.cpp875 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in PushConstantGraphicsTestInstance()
DvktPipelineInputAssemblyTests.cpp1124 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
DvktPipelineCacheTests.cpp244 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineTimestampTests.cpp409 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineImageSamplingInstance.cpp577 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
DvktPipelineMultisampleTests.cpp2170 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/api/
DvktApiDeviceInitializationTests.cpp737 #define FEATURE_ITEM(MEMBER) {#MEMBER, DE_OFFSET_OF(VkPhysicalDeviceFeatures, MEMBER)}
DvktApiFeatureInfo.cpp97 #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…