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

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c47 assert(exec_list_length(dest_vars) == exec_list_length(src_vars));
H A Dnir_opt_conditional_discard.c57 if (exec_list_length(&then_block->instr_list) > 1)
H A Dnir_opt_peephole_select.c257 assert(exec_list_length(&phi->srcs) == 2);
H A Dnir_serialize.c211 blob_write_uint32(ctx->blob, exec_list_length(src));
268 blob_write_uint32(ctx->blob, exec_list_length(src));
678 blob_write_uint32(ctx->blob, exec_list_length(&phi->srcs));
889 blob_write_uint32(ctx->blob, exec_list_length(&block->instr_list));
998 blob_write_uint32(ctx->blob, exec_list_length(cf_list));
1127 blob_write_uint32(blob, exec_list_length(&nir->functions));
H A Dnir_opt_if.c65 assert(exec_list_length(&phi->srcs) == 2);
H A Dnir_validate.c680 validate_assert(state, exec_list_length(&instr->srcs) ==
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_conditional_discard.c60 if (exec_list_length(&then_block->instr_list) > 1)
H A Dnir_lower_io_to_temporaries.c53 assert(exec_list_length(dest_vars) == exec_list_length(src_vars));
H A Dnir_opt_peephole_select.c291 if (exec_list_length(&parent_if->then_list) != 3)
462 assert(exec_list_length(&phi->srcs) == 2);
H A Dnir_serialize.c420 blob_write_uint32(ctx->blob, exec_list_length(src));
467 blob_write_uint32(ctx->blob, exec_list_length(src));
1540 header.phi.num_srcs = exec_list_length(&phi->srcs);
1775 blob_write_uint32(ctx->blob, exec_list_length(&block->instr_list));
1894 blob_write_uint32(ctx->blob, exec_list_length(cf_list));
2034 blob_write_uint32(blob, exec_list_length(&nir->functions));
H A Dnir_opt_if.c65 assert(exec_list_length(&phi->srcs) == 2);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlist.h431 exec_list_length(const struct exec_list *list) function in typeref:typename:unsigned
633 return exec_list_length(this);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlist.h431 exec_list_length(const struct exec_list *list) function in typeref:typename:unsigned
633 return exec_list_length(this);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglspirv.c257 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglspirv.c304 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c257 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c197 assert(exec_list_length(&nir->functions) == 1);
292 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp458 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp449 assert(exec_list_length(&shader->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_context.c142 instruction_count += exec_list_length(&block->instr_list);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c485 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_shader.c133 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c442 assert(exec_list_length(&nir->functions) == 1);
561 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c548 assert(exec_list_length(&nir->functions) == 1);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c894 assert(exec_list_length(&nir->functions) == 1);

Completed in 37 milliseconds

12