/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_ssbo.c | 89 nir_src *idx, unsigned bitsize) in nir_load_ssbo_prop() 99 #define nir_ssbo_prop(b, prop, index, bitsize) \ argument
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testresample.c | 23 int bitsize = 0; in main() local
|
/third_party/python/Modules/_ctypes/ |
D | stgdict.c | 504 int bitsize = 0; in PyCStructUnionType_update_stgdict() local 724 int bitsize = 0; in PyCStructUnionType_update_stgdict() local 813 int bitsize = 0; in PyCStructUnionType_update_stgdict() local
|
D | cfield.c | 48 Py_ssize_t *pfield_size, int bitsize, int *pbitofs, in PyCField_FromDesc()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 307 unsigned bitsize) in emit_b2f() 332 unsigned bitsize) in emit_b2i() 1360 int bitsize = nir_src_bit_size(instr->src[0]); in visit_store_ssbo() local 1380 int bitsize = nir_src_bit_size(instr->src[2]); in visit_ssbo_atomic() local 1596 int bitsize = nir_src_bit_size(instr->src[0]); in visit_shared_store() local 1607 int bitsize = nir_src_bit_size(instr->src[1]); in visit_shared_atomic() local 1656 int bitsize = nir_src_bit_size(instr->src[0]); in visit_store_global() local 1725 int bitsize = nir_src_bit_size(instr->src[0]); in visit_store_scratch() local
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usb_handle.c | 51 int bitsize = 0x8 * sizeof (devmap); in alloc_fd_for_handle() local
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv4_sender.c | 416 size_t bitsize; in thrust_fakes() local
|
D | ns-common.c | 228 u_int32_t bit_change_seed(size_t bitsize, size_t oversize) in bit_change_seed()
|
D | ns-icmpv6_sender.c | 639 size_t bitsize; in thrust_fakes() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 1164 unsigned bitsize = dest_size * nr_comps; in emit_ubo_read() local 1218 unsigned bitsize = nir_dest_bit_size(intr->dest) * in emit_global() local 1230 unsigned bitsize = nir_src_bit_size(intr->src[0]) * in emit_global() local 1279 unsigned bitsize = nir_src_bit_size(instr->src[val_src]); in emit_atomic() local 2599 reg_mode_for_bitsize(unsigned bitsize) in reg_mode_for_bitsize()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbitwriter.h | 142 #define __GST_BITS_WRITER_ALIGNED(bitsize) \ argument
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 442 unsigned bitsize = ac_get_elem_bits(ctx, type); in ac_build_optimization_barrier() local 1864 unsigned bitsize; in ac_build_umsb() local 2501 unsigned bitsize = ac_get_elem_bits(ctx, type); in ac_build_fsat() local 2542 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_fract() 2602 unsigned bitsize = ac_get_elem_bits(ctx, type); in ac_build_fsign() local 2641 unsigned bitsize; in ac_build_bit_count() local 2684 unsigned bitsize; in ac_build_bitfield_reverse() local 3662 unsigned bitsize = ac_get_elem_bits(ctx, src_type); in ac_build_wwm() local 3687 unsigned bitsize = ac_get_elem_bits(ctx, src_type); in ac_build_set_inactive() local 4369 LLVMValueRef ac_build_frexp_exp(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_frexp_exp() [all …]
|
D | ac_nir_to_llvm.c | 276 static LLVMValueRef emit_b2f(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in emit_b2f() 309 static LLVMValueRef emit_b2i(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in emit_b2i() 3339 unsigned num_components, unsigned bitsize, in load_interpolated_input()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 241 get_reg_class(isel_context* ctx, RegType type, unsigned components, unsigned bitsize) in get_reg_class()
|
D | aco_optimizer.cpp | 1771 unsigned bitsize = 0; in combine_ordering_test() local
|
D | aco_instruction_selection.cpp | 5014 unsigned bitsize = instr->dest.ssa.bit_size; in visit_load_input() local 5047 unsigned bitsize = instr->dest.ssa.bit_size; in visit_load_input() local
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 518 const unsigned bitsize = nir_alu_type_get_type_size(sel_type); in vtn_parse_switch() local
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 903 get_sized_uint_array_type(struct ntv_context *ctx, unsigned array_size, unsigned bitsize) in get_sized_uint_array_type() 913 get_bo_array_type(struct ntv_context *ctx, struct nir_variable *var, unsigned bitsize) in get_bo_array_type() 933 get_bo_struct_type(struct ntv_context *ctx, struct nir_variable *var, unsigned bitsize) in get_bo_struct_type() 974 unsigned bitsize = force_bitsize ? force_bitsize : 32; in emit_bo() local
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 464 ASSERTED unsigned bitsize = nir_src_bit_size(src.src); in agx_alu_src_index() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 367 unsigned bitsize) in bi_make_vec_to() 1436 unsigned bitsize = nir_src_bit_size(src.src); in bi_alu_src_index() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1064 uint8_t bitsize = size * 8; in opnd() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 433 dxil_value_type_bitsize_equal_to(const struct dxil_value *value, unsigned bitsize) in dxil_value_type_bitsize_equal_to()
|
D | nir_to_dxil.c | 4426 unsigned bitsize = nir_dest_bit_size(ir->dest); in prepare_phi_values() local
|