/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1203 #define FEATURE_ITEM(STRUCT, MEMBER) {#MEMBER, DE_OFFSET_OF(STRUCT, MEMBER)} 1205 …in(static_cast<deUint32>(sizeof(LIMITING_STRUCT) - sizeof(VkBool32)), DE_OFFSET_OF(STRUCT, MEMBER)) 1236 …features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceRayTracingPipelineFeaturesKHR, rayTrac… in checkFeatures() 1247 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, multiviewGeometr… in checkFeatures() 1248 …features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, multiviewTessellatio… in checkFeatures() 1255 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, variablePointers… in checkFeatures() 1266 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewGeomet… in checkFeatures() 1267 …features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellati… in checkFeatures() 1277 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceRobustness2FeaturesEXT, robustBuff… in checkFeatures() 1286 …if (features[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT,… in checkFeatures() [all …]
|
D | vktApiFeatureInfo.cpp | 103 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) 104 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) 2265 #define OFFSET_TABLE_ENTRY(STRUCT, MEMBER) { (size_t)DE_OFFSET_OF(STRUCT, MEMBER), VK_SIZE_OF(STR…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 147 DE_OFFSET_OF(VertexDataNdc, positionNdc), // deUint32 offset; in getVertexDataDescripton() 328 DE_OFFSET_OF(VertexDataNdcScreen, positionNdc), // deUint32 offset; in getVertexDataDescripton() 338 DE_OFFSET_OF(VertexDataNdcScreen, positionScreen), // deUint32 offset; in getVertexDataDescripton() 912 DE_OFFSET_OF(VertexDataNdcBarycentric, positionNdc), // deUint32 offset; in getVertexDataDescripton() 922 DE_OFFSET_OF(VertexDataNdcBarycentric, barycentricCoord), // deUint32 offset; in getVertexDataDescripton()
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 74 DE_OFFSET_OF(VertexDataNdc, positionNdc), // deUint32 offset; in getVertexDataDescriptonNdc() 116 DE_OFFSET_OF(VertexDataNdcScreen, positionNdc), // deUint32 offset; in getVertexDataDescriptonNdcScreen() 126 DE_OFFSET_OF(VertexDataNdcScreen, positionScreen), // deUint32 offset; in getVertexDataDescriptonNdcScreen()
|
D | vktPipelinePushDescriptorTests.cpp | 454 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init() 1522 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in init() 2915 DE_OFFSET_OF(Vertex4RGBA, color) // deUint32 offset; in init() 3959 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in init()
|
D | vktPipelineStencilTests.cpp | 533 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
|
D | vktPipelineCreationFeedbackTests.cpp | 304 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineDepthTests.cpp | 495 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
|
D | vktPipelineExecutablePropertiesTests.cpp | 355 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelinePushConstantTests.cpp | 495 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init() 2283 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
|
D | vktPipelineInputAssemblyTests.cpp | 1307 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 561 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineDynamicOffsetTests.cpp | 547 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
|
D | vktPipelineCacheTests.cpp | 251 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineImageSamplingInstance.cpp | 729 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
|
D | vktPipelineTimestampTests.cpp | 549 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
|
D | vktPipelineMultisampleTests.cpp | 3948 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in initialize()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deDefs.hpp | 128 return (size_t)DE_OFFSET_OF(PaddingCheck, t); in alignOf()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deDefs.h | 341 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER)) macro
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 493 DE_OFFSET_OF(Vertex, uv) // deUint32 offset; in InputAttachmentSparseFillingTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 614 #define DEVICE_CORE_FEATURE_OFFSET(FEATURE_FIELD_NAME) DE_OFFSET_OF(VkPhysicalDeviceFeatures, FEATU…
|