Searched refs:bindpoint (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 2250 dzn_cmd_buffer_update_pipeline(struct dzn_cmd_buffer *cmdbuf, uint32_t bindpoint) in dzn_cmd_buffer_update_pipeline() argument 2252 const struct dzn_pipeline *pipeline = cmdbuf->state.bindpoint[bindpoint].pipeline; in dzn_cmd_buffer_update_pipeline() 2260 if (cmdbuf->state.bindpoint[bindpoint].dirty & DZN_CMD_BINDPOINT_DIRTY_PIPELINE) { in dzn_cmd_buffer_update_pipeline() 2261 if (bindpoint == VK_PIPELINE_BIND_POINT_GRAPHICS) { in dzn_cmd_buffer_update_pipeline() 2281 dzn_cmd_buffer_update_heaps(struct dzn_cmd_buffer *cmdbuf, uint32_t bindpoint) in dzn_cmd_buffer_update_heaps() argument 2285 &cmdbuf->state.bindpoint[bindpoint].desc_state; in dzn_cmd_buffer_update_heaps() 2293 cmdbuf->state.bindpoint[bindpoint].pipeline; in dzn_cmd_buffer_update_heaps() 2295 if (!(cmdbuf->state.bindpoint[bindpoint].dirty & DZN_CMD_BINDPOINT_DIRTY_HEAPS)) in dzn_cmd_buffer_update_heaps() 2377 if (bindpoint == VK_PIPELINE_BIND_POINT_GRAPHICS) in dzn_cmd_buffer_update_heaps() 2385 dzn_cmd_buffer_update_sysvals(struct dzn_cmd_buffer *cmdbuf, uint32_t bindpoint) in dzn_cmd_buffer_update_sysvals() argument [all …]
|
D | dzn_private.h | 527 } bindpoint[NUM_BIND_POINT]; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_private.h | 783 #define panvk_cmd_get_bind_point_state(cmdbuf, bindpoint) \ argument 784 &(cmdbuf)->bind_points[VK_PIPELINE_BIND_POINT_ ## bindpoint] 786 #define panvk_cmd_get_pipeline(cmdbuf, bindpoint) \ argument 787 (cmdbuf)->bind_points[VK_PIPELINE_BIND_POINT_ ## bindpoint].pipeline 789 #define panvk_cmd_get_desc_state(cmdbuf, bindpoint) \ argument 790 &(cmdbuf)->bind_points[VK_PIPELINE_BIND_POINT_ ## bindpoint].desc_state
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_attrib_binding.txt | 230 buffer object attached to this bindpoint is detached. An INVALID_VALUE
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_attrib_binding.txt | 220 buffer object attached to this bindpoint is detached. An INVALID_VALUE
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | descriptorsets.adoc | 4695 <<pipelines-bindpoint-commands, bound pipeline commands>> set by 4768 pipeline used in subsequent <<pipelines-bindpoint-commands, bound pipeline 4901 updated descriptors for subsequent <<pipelines-bindpoint-commands, bound 5113 When a <<pipelines-bindpoint-commands, bound pipeline command>> is issued, 5883 <<pipelines-bindpoint-commands, bound pipeline commands>> to use the 6055 <<pipelines-bindpoint-commands, bound pipeline commands>> set by 6196 for subsequent <<pipelines-bindpoint-commands, bound pipeline commands>> set
|
D | descriptorsets.txt | 4294 <<pipeline-bindpoint-commands, bound pipeline commands>> set by 4333 pipeline used in subsequent <<pipeline-bindpoint-commands, bound pipeline 4444 updated descriptors for subsequent <<pipeline-bindpoint-commands, bound 4640 When a <<pipeline-bindpoint-commands, bound pipeline command>> is issued,
|
D | pipelines.txt | 4311 [[pipeline-bindpoint-commands]]
|
D | pipelines.adoc | 6361 [[pipelines-bindpoint-commands]]
|