Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c53 assert(exec_list_length(dest_vars) == exec_list_length(src_vars)); in emit_copies()
H A Dnir_opt_peephole_select.c293 if (exec_list_length(&parent_if->then_list) != 3) in nir_opt_collapse_if()
464 assert(exec_list_length(&phi->srcs) == 2); in nir_opt_peephole_select_block()
H A Dnir_opt_conditional_discard.c60 if (exec_list_length(&then_block->instr_list) > 1) in nir_opt_conditional_discard_block()
H A Dnir_serialize.c426 blob_write_uint32(ctx->blob, exec_list_length(src)); in write_var_list()
475 blob_write_uint32(ctx->blob, exec_list_length(src)); in write_reg_list()
1596 header.phi.num_srcs = exec_list_length(&phi->srcs); in write_phi()
1832 blob_write_uint32(ctx->blob, exec_list_length(&block->instr_list)); in write_block()
1953 blob_write_uint32(ctx->blob, exec_list_length(cf_list)); in write_cf_list()
2132 blob_write_uint32(blob, exec_list_length(&nir->functions)); in nir_serialize()
H A Dnir_opt_if.c65 assert(exec_list_length(&phi->srcs) == 2); in phi_has_constant_from_outside_and_one_from_inside_loop()
H A Dnir_validate.c1017 validate_assert(state, exec_list_length(&instr->srcs) == in validate_phi_instr()
H A Dnir_range_analysis.c1252 unsigned num_sources_left = exec_list_length(&phi->srcs); in search_phi_bcsel()
H A Dnir.c3539 assert(exec_list_length(&nir->functions) == 1); in nir_remove_non_entrypoints()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c69 assert(exec_list_length(&nir->functions) == 1); in spirv_to_dxil_nir_prep()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline.c73 assert(exec_list_length(&module->nir->functions) == 1); in vk_pipeline_shader_stage_to_nir()
/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h431 exec_list_length(const struct exec_list *list) in exec_list_length() function
633 return exec_list_length(this); in length()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_tess.c180 assert(exec_list_length(&nir->functions) == 1); in dxil_nir_split_tess_ctrl()
H A Ddxil_nir.c681 var->name = ralloc_asprintf(nir, "global_%d", exec_list_length(&nir->variables)); in dxil_nir_lower_ubo_to_temp()
2101 assert(exec_list_length(&s->functions) == 1); in dxil_nir_lower_discard_and_terminate()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c532 assert(exec_list_length(&shader->functions) == 1); in brw_nir_lower_ray_queries()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_context.c145 instruction_count += exec_list_length(&block->instr_list); in ir3_context_init()
H A Dir3_compiler_nir.c3393 exec_list_length(&nphi->srcs)); in emit_phi()
/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c719 assert(exec_list_length(&nir->functions) == 1); in rogue_nir_to_rogue()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp487 assert(exec_list_length(&shader->functions) == 1); in r600_append_tcs_TF_emission()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c694 assert(exec_list_length(&nir->functions) == 1); in radv_shader_spirv_to_nir()
826 assert(exec_list_length(&nir->functions) == 1); in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1064 I->nr_srcs = exec_list_length(&phi->srcs); in agx_emit_phi_deferred()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp80 return exec_list_length(&b->impl->locals); in count_function_temp_vars()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp10106 (std::max(exec_list_length(&instr->srcs), (unsigned)preds.size()) + 1) * sizeof(Operand));

Completed in 73 milliseconds