HomeSort by relevance Sort by last modified time
    Searched refs:DE_OFFSET_OF (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/delibs/decpp/
deDefs.hpp 79 return (size_t)DE_OFFSET_OF(PaddingCheck, t);
  /external/deqp/framework/delibs/debase/
deDefs.h 333 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER))
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp     [all...]
vktPipelineDepthTests.cpp 500 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset;
    [all...]
vktPipelineStencilTests.cpp 582 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes;
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp     [all...]
vktPipelineCacheTests.cpp 244 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes;
    [all...]
vktPipelineImageSamplingInstance.cpp 579 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset;
    [all...]
vktPipelineTimestampTests.cpp 409 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes;
    [all...]
vktPipelineMultisampleTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 95 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_)
96 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_)
    [all...]

Completed in 284 milliseconds