HomeSort by relevance Sort by last modified time
    Searched refs:DE_OFFSET_OF (Results 1 - 11 of 11) 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 330 #define DE_OFFSET_OF(STRUCT, MEMBER) ((int)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER))
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 95 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_),(char*)(#_X_)
96 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 500 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset;
    [all...]
vktPipelineImageSamplingInstance.cpp 665 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset;
    [all...]
vktPipelineStencilTests.cpp 582 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes;
    [all...]
vktPipelineCacheTests.cpp 263 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes;
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 744 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset;
    [all...]
vktPipelineMultisampleTests.cpp     [all...]
vktPipelineTimestampTests.cpp 409 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes;
    [all...]

Completed in 304 milliseconds