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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c132 for (uint32_t i = 0; i < ARRAY_SIZE(pipe_state->push_descriptors); i++) {
133 if (pipe_state->push_descriptors[i]) {
135 pipe_state->push_descriptors[i]->set.layout);
136 vk_free(&cmd_buffer->pool->alloc, pipe_state->push_descriptors[i]);
952 &pipe_state->push_descriptors[_set];
H A Danv_private.h2297 struct anv_push_descriptor_set *push_descriptors[MAX_SETS]; member in struct:anv_cmd_pipeline_state
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c235 for (uint32_t i = 0; i < ARRAY_SIZE(pipe_state->push_descriptors); i++) {
236 if (pipe_state->push_descriptors[i]) {
238 pipe_state->push_descriptors[i]->set.layout);
239 vk_free(&cmd_buffer->pool->alloc, pipe_state->push_descriptors[i]);
1381 &pipe_state->push_descriptors[_set];
H A Danv_private.h2901 struct anv_push_descriptor_set *push_descriptors[MAX_SETS]; member in struct:anv_cmd_pipeline_state

Completed in 20 milliseconds