Lines Matching defs:props
1666 VkPhysicalDeviceCustomBorderColorPropertiesEXT *props =
1668 props->maxCustomBorderColorSamplers = V3D_MAX_TEXTURE_SAMPLERS;
1672 VkPhysicalDeviceProvokingVertexPropertiesEXT *props =
1674 props->provokingVertexModePerPipeline = true;
1676 props->transformFeedbackPreservesTriangleFanProvokingVertex = false;
1680 VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *props =
1682 props->maxVertexAttribDivisor = 0xffff;
1686 VkPhysicalDevicePerformanceQueryPropertiesKHR *props =
1689 props->allowCommandBufferQueryCopies = true;
1693 VkPhysicalDeviceDrmPropertiesEXT *props =
1695 props->hasPrimary = pdevice->has_primary;
1696 if (props->hasPrimary) {
1697 props->primaryMajor = (int64_t) major(pdevice->primary_devid);
1698 props->primaryMinor = (int64_t) minor(pdevice->primary_devid);
1700 props->hasRender = pdevice->has_render;
1701 if (props->hasRender) {
1702 props->renderMajor = (int64_t) major(pdevice->render_devid);
1703 props->renderMinor = (int64_t) minor(pdevice->render_devid);
1708 VkPhysicalDeviceLineRasterizationPropertiesEXT *props =
1710 props->lineSubPixelPrecisionBits = V3D_COORD_SHIFT;