Searched refs:PVR_MAX_VERTEX_INPUT_BINDINGS (Results 1 – 6 of 6) sorted by relevance
49 #define PVR_MAX_VERTEX_INPUT_BINDINGS 16U macro
829 struct pvr_vertex_binding vertex_bindings[PVR_MAX_VERTEX_INPUT_BINDINGS];
900 .maxVertexInputAttributes = PVR_MAX_VERTEX_INPUT_BINDINGS, in pvr_GetPhysicalDeviceProperties2()901 .maxVertexInputBindings = PVR_MAX_VERTEX_INPUT_BINDINGS, in pvr_GetPhysicalDeviceProperties2()
243 PVR_MAX_VERTEX_INPUT_BINDINGS * in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
2071 assert(firstBinding < PVR_MAX_VERTEX_INPUT_BINDINGS && in pvr_CmdBindVertexBuffers()2072 bindingCount <= PVR_MAX_VERTEX_INPUT_BINDINGS); in pvr_CmdBindVertexBuffers()
70 (PVR_MAX_VERTEX_INPUT_BINDINGS * BIL_COMPONENTS_PER_LOCATION)