Home
last modified time | relevance | path

Searched refs:dirty_uniform_state (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c2070 uint32_t dirty_uniform_state) in update_gfx_uniform_state()
2082 const bool has_new_pipeline = dirty_uniform_state & V3DV_CMD_DIRTY_PIPELINE; in update_gfx_uniform_state()
2083 const bool has_new_viewport = dirty_uniform_state & V3DV_CMD_DIRTY_VIEWPORT; in update_gfx_uniform_state()
2084 const bool has_new_push_constants = dirty_uniform_state & V3DV_CMD_DIRTY_PUSH_CONSTANTS; in update_gfx_uniform_state()
2085 const bool has_new_descriptors = dirty_uniform_state & V3DV_CMD_DIRTY_DESCRIPTOR_SETS; in update_gfx_uniform_state()
2086 const bool has_new_view_index = dirty_uniform_state & V3DV_CMD_DIRTY_VIEW_INDEX; in update_gfx_uniform_state()
2567 const uint32_t dirty_uniform_state = in v3dv_cmd_buffer_emit_pre_draw() local
2574 if (dirty_uniform_state) in v3dv_cmd_buffer_emit_pre_draw()
2575 update_gfx_uniform_state(cmd_buffer, dirty_uniform_state); in v3dv_cmd_buffer_emit_pre_draw()
2579 if (dirty_uniform_state || (*dirt in v3dv_cmd_buffer_emit_pre_draw()
2069 update_gfx_uniform_state(struct v3dv_cmd_buffer *cmd_buffer, uint32_t dirty_uniform_state) update_gfx_uniform_state() argument
[all...]

Completed in 5 milliseconds