Home
last modified time | relevance | path

Searched refs:bindpoint (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c2250 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 …]
Ddzn_private.h527 } bindpoint[NUM_BIND_POINT]; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h783 #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/
DARB_vertex_attrib_binding.txt230 buffer object attached to this bindpoint is detached. An INVALID_VALUE
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_attrib_binding.txt220 buffer object attached to this bindpoint is detached. An INVALID_VALUE
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddescriptorsets.adoc4695 <<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
Ddescriptorsets.txt4294 <<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,
Dpipelines.txt4311 [[pipeline-bindpoint-commands]]
Dpipelines.adoc6361 [[pipelines-bindpoint-commands]]