Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1203 #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 …]
DvktApiFeatureInfo.cpp103 #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/
DvktPipelineMultisampleInterpolationTests.cpp147 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()
DvktPipelineMultisampleShaderBuiltInTests.cpp74 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()
DvktPipelinePushDescriptorTests.cpp454 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()
DvktPipelineStencilTests.cpp533 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
DvktPipelineCreationFeedbackTests.cpp304 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineDepthTests.cpp495 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
DvktPipelineExecutablePropertiesTests.cpp355 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelinePushConstantTests.cpp495 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
2283 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
DvktPipelineInputAssemblyTests.cpp1307 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in InputAssemblyInstance()
DvktPipelineDepthRangeUnrestrictedTests.cpp561 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineDynamicOffsetTests.cpp547 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
DvktPipelineCacheTests.cpp251 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineImageSamplingInstance.cpp729 DE_OFFSET_OF(Vertex4Tex4, texCoord), // deUint32 offset; in ImageSamplingInstance()
DvktPipelineTimestampTests.cpp549 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineMultisampleTests.cpp3948 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in initialize()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp128 return (size_t)DE_OFFSET_OF(PaddingCheck, t); in alignOf()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeDefs.h341 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER)) macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp493 DE_OFFSET_OF(Vertex, uv) // deUint32 offset; in InputAttachmentSparseFillingTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp614 #define DEVICE_CORE_FEATURE_OFFSET(FEATURE_FIELD_NAME) DE_OFFSET_OF(VkPhysicalDeviceFeatures, FEATU…