Home
last modified time | relevance | path

Searched refs:tu_cs_alloc (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.h137 tu_cs_alloc(struct tu_cs *cs,
164 tu_cs_alloc(sub_cs, size, 1, &memory); in tu_cs_draw_state()
Dtu_cs.c284 tu_cs_alloc(struct tu_cs *cs, in tu_cs_alloc() function
Dtu_cmd_buffer.c1109 VkResult result = tu_cs_alloc(&cmd->sub_cs, subpass->input_count * 2, in tu_emit_input_attachments()
2044 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdBindDescriptorSets()
2109 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdPushDescriptorSetKHR()
2154 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdPushDescriptorSetWithTemplateKHR()
Dtu_clear_blit.c903 VkResult result = tu_cs_alloc(&cmd->sub_cs, in r3d_src_common()
2152 VkResult result = tu_cs_alloc(&cmd->sub_cs, DIV_ROUND_UP(dataSize, 64), 64 / 4, &tmp); in tu_CmdUpdateBuffer()
Dtu_pipeline.c2492 tu_cs_alloc(&pipeline->cs, variant->info.size / 4, 1, &memory); in tu_upload_variant()