Searched defs:num_consts (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch_shade_pipeline_llvm.c | 448 int num_consts = get_num_consts_robust(draw, draw->pt.user.vs_constants_size, i); in llvm_middle_end_bind_parameters() local 465 int num_consts = get_num_consts_robust(draw, draw->pt.user.gs_constants_size, i); in llvm_middle_end_bind_parameters() local 482 int num_consts = get_num_consts_robust(draw, draw->pt.user.tcs_constants_size, i); in llvm_middle_end_bind_parameters() local 499 int num_consts = get_num_consts_robust(draw, draw->pt.user.tes_constants_size, i); in llvm_middle_end_bind_parameters() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 881 emit_shader(struct etna_compile *c, unsigned *num_temps, unsigned *num_consts) in emit_shader() 1185 unsigned num_consts; in etna_compile_shader() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.h | 149 unsigned num_consts; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | disassemble.c | 447 unsigned num_consts = 0; in dump_clause() local
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.h | 75 size_t num_consts; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 720 unsigned num_consts = 0; in process_patch_const_signature() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 814 LLVMValueRef num_consts; in emit_fetch_constant() local 3472 LLVMValueRef num_consts = bld->consts_sizes[buf]; in load_emit() local
|
D | lp_bld_nir_soa.c | 1068 LLVMValueRef num_consts = lp_build_array_get(gallivm, bld->const_sizes_ptr, index); in emit_load_ubo() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 4944 uint32_t num_consts = MIN2(const_state->num_driver_params, in tu_emit_compute_driver_params() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 4894 unsigned constbuf = 0, num_consts; in emit_vgpu10_declaration() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 3569 unsigned num_consts = 0; in radv_emit_all_inline_push_consts() local
|