Searched refs:stageCount (Results 1 - 25 of 36) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 1443 for (uint32_t i = 0; i < info->stageCount; i++) { 1809 assert(info->stageCount == create_feedback->pipelineStageCreationFeedbackCount); 1810 for (uint32_t i = 0; i < info->stageCount; i++) { 2291 assert(info->stageCount >= 1); 2314 for (uint32_t i = 0; i < info->stageCount; ++i) { 2404 for (uint32_t i = 0; i < pCreateInfo->stageCount; i++) 2663 rzalloc_array(pipeline_ctx, struct anv_pipeline_stage, info->stageCount); 2665 for (uint32_t i = 0; i < info->stageCount; i++) { 2712 assert(intersection_idx < info->stageCount); 2716 assert(any_hit_idx < info->stageCount); [all...] |
| H A D | genX_pipeline.c | 2881 assert(stage_idx <= pCreateInfo->stageCount); 2929 for (uint32_t i = 0; i < pCreateInfo->stageCount; i++) 2947 assert(ginfo->generalShader < pCreateInfo->stageCount);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 294 dst->stageCount = src->stageCount; 295 stages = ralloc_array(mem_ctx, VkPipelineShaderStageCreateInfo, dst->stageCount); 296 for (i = 0 ; i < dst->stageCount; i++) { 859 for (uint32_t i = 0; i < pCreateInfo->stageCount; i++) { 892 for (uint32_t i = 0; i < pCreateInfo->stageCount; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_pipeline.h | 1088 size += vn_sizeof_uint32_t(&val->stageCount); 1090 size += vn_sizeof_array_size(val->stageCount); 1091 for (uint32_t i = 0; i < val->stageCount; i++) 1155 vn_encode_uint32_t(enc, &val->stageCount); 1157 vn_encode_array_size(enc, val->stageCount); 1158 for (uint32_t i = 0; i < val->stageCount; i++)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_fast_clear.c | 302 .stageCount = 2, 351 .stageCount = 2, 400 .stageCount = 2,
|
| H A D | radv_meta_blit2d.c | 790 .stageCount = ARRAY_SIZE(pipeline_shader_stages), 978 .stageCount = ARRAY_SIZE(pipeline_shader_stages), 1170 .stageCount = ARRAY_SIZE(pipeline_shader_stages),
|
| H A D | radv_pipeline_rt.c | 37 uint32_t total_stages = pCreateInfo->stageCount; 49 local_create_info.stageCount = total_stages; 58 total_stages = pCreateInfo->stageCount; 60 for (unsigned j = 0; j < pCreateInfo->stageCount; ++j) 110 if (local_create_info.stageCount) { 111 size_t size = sizeof(VkPipelineShaderStageCreateInfo) * local_create_info.stageCount; 112 pipeline->library.stage_count = local_create_info.stageCount;
|
| H A D | radv_pipeline_cache.c | 159 for (uint32_t i = 0; i < pCreateInfo->stageCount; ++i) {
|
| H A D | radv_meta_resolve_fs.c | 232 .stageCount = ARRAY_SIZE(pipeline_shader_stages), 573 .stageCount = ARRAY_SIZE(pipeline_shader_stages),
|
| H A D | radv_meta_decompress.c | 265 .stageCount = 2,
|
| H A D | radv_meta_resolve.c | 164 .stageCount = 2,
|
| H A D | radv_meta_blit.c | 743 .stageCount = ARRAY_SIZE(pipeline_shader_stages),
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_fast_clear.c | 321 .stageCount = 2, 367 .stageCount = 2, 413 .stageCount = 2,
|
| H A D | radv_meta_blit2d.c | 827 .stageCount = ARRAY_SIZE(pipeline_shader_stages), 998 .stageCount = ARRAY_SIZE(pipeline_shader_stages), 1168 .stageCount = ARRAY_SIZE(pipeline_shader_stages),
|
| H A D | radv_meta_decompress.c | 131 .stageCount = 2,
|
| H A D | radv_meta_resolve.c | 148 .stageCount = 2,
|
| H A D | radv_meta_resolve_fs.c | 245 .stageCount = ARRAY_SIZE(pipeline_shader_stages),
|
| H A D | radv_meta_blit.c | 810 .stageCount = ARRAY_SIZE(pipeline_shader_stages),
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 442 for (unsigned i = 0; i < (is_compute() ? 1 : gfx_pipeline_info.stageCount); i++) { 549 stage_info = &stages[gfx_pipeline_info.stageCount++]; 590 return gfx_pipeline_info.stageCount == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 976 for (uint32_t i = 0; i < info->stageCount; i++) { 1249 assert(info->stageCount == create_feedback->pipelineStageCreationFeedbackCount); 1250 for (uint32_t i = 0; i < info->stageCount; i++) { 1549 assert(info->stageCount >= 1); 1574 for (uint32_t i = 0; i < info->stageCount; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_pipeline.c | 279 pci.stageCount = num_stages;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 511 .stageCount = stage_count,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_pipeline.c | 114 for (uint32_t i = 0; i < builder->create_info->stageCount; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 2228 for (uint32_t i = 0; i < pipeline_info->stageCount; i++) { 2321 for (uint32_t i = 0; i < builder->create_info->stageCount; i++) { 2628 for (unsigned i = 0; i < builder->create_info->stageCount; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 1402 for (uint32_t i = 0; i < builder->create_info->stageCount; i++) {
|
Completed in 52 milliseconds
12