Searched refs:tu_cs_alloc (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_cs.h | 55 tu_cs_alloc(struct tu_cs *cs, 82 tu_cs_alloc(sub_cs, size, 1, &memory);
|
| H A D | tu_cs.c | 271 tu_cs_alloc(struct tu_cs *cs, function in typeref:typename:VkResult
|
| H A D | tu_cmd_buffer.c | 1056 VkResult result = tu_cs_alloc(&cmd->sub_cs, subpass->input_count * 2, 1815 VkResult result = tu_cs_alloc(&cmd->sub_cs, layout->dynamic_offset_count, 1879 VkResult result = tu_cs_alloc(&cmd->sub_cs, 1918 VkResult result = tu_cs_alloc(&cmd->sub_cs,
|
| H A D | tu_clear_blit.c | 802 VkResult result = tu_cs_alloc(&cmd->sub_cs, 1940 VkResult result = tu_cs_alloc(&cmd->sub_cs, DIV_ROUND_UP(dataSize, 64), 64 / 4, &tmp);
|
| H A D | tu_pipeline.c | 2288 tu_cs_alloc(&pipeline->cs, variant->info.size / 4, 1, &memory);
|
Completed in 25 milliseconds