| /third_party/mesa3d/src/compiler/ |
| H A D | nir_types.cpp | 494 glsl_floatN_t_type(unsigned bit_size) in glsl_floatN_t_type() argument 584 glsl_intN_t_type(unsigned bit_size) in glsl_intN_t_type() argument 597 glsl_uintN_t_type(unsigned bit_size) in glsl_uintN_t_type() argument
|
| H A D | glsl_types.h | 1090 unsigned bit_size() const in bit_size() function
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 379 unsigned bit_size = nir_dest_bit_size(tex->dest); in convert_yuv_to_rgb() local
|
| H A D | nir_serialize.c | 129 encode_bit_size_3bits(uint8_t bit_size) in encode_bit_size_3bits() argument 139 decode_bit_size_3bits(uint8_t bit_size) in decode_bit_size_3bits() argument 575 uint8_t bit_size:3; global() member 659 unsigned bit_size:3; global() member 666 unsigned bit_size:3; global() member 769 unsigned bit_size = decode_bit_size_3bits(dest.ssa.bit_size); read_dest() local 1207 unsigned bit_size = 8 / num_indices; write_intrinsic() local 1279 unsigned bit_size = 8 / num_indices; read_intrinsic() local [all...] |
| H A D | nir.c | 945 const_value_float(double d, unsigned bit_size) in const_value_float() argument 960 const_value_int(int64_t i, unsigned bit_size) in const_value_int() argument 977 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity() argument 749 nir_load_const_instr_create(nir_shader *shader, unsigned num_components, unsigned bit_size) nir_load_const_instr_create() argument 930 nir_ssa_undef_instr_create(nir_shader *shader, unsigned num_components, unsigned bit_size) nir_ssa_undef_instr_create() argument 1543 nir_const_value_for_float(double f, unsigned bit_size) nir_const_value_for_float() argument 1566 nir_const_value_as_float(nir_const_value value, unsigned bit_size) nir_const_value_as_float() argument 1737 nir_ssa_def_init(nir_instr *instr, nir_ssa_def *def, unsigned num_components, unsigned bit_size) nir_ssa_def_init() argument 1762 nir_ssa_dest_init(nir_instr *instr, nir_dest *dest, unsigned num_components, unsigned bit_size, const char *name) nir_ssa_dest_init() argument [all...] |
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 167 unsigned bit_size = instr->def.bit_size; in agx_emit_load_const() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 131 unsigned bit_size = nir_dest_bit_size(intr->dest); in lower_load_deref() local 218 build_load_ubo_dxil(nir_builder *b, nir_ssa_def *buffer, nir_ssa_def *offset, unsigned num_components, unsigned bit_size) build_load_ubo_dxil() argument 273 unsigned bit_size = nir_dest_bit_size(intr->dest); lower_load_ssbo() local 333 unsigned bit_size = val->bit_size; lower_store_ssbo() local 440 unsigned bit_size = nir_dest_bit_size(intr->dest); lower_32b_offset_load() local 548 unsigned bit_size = nir_src_bit_size(intr->src[0]); lower_32b_offset_store() local 1884 uint8_t bit_size = index->dest.ssa.bit_size; lower_ubo_array_one_to_static() local [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_indirect_draw.c | 199 load_global(nir_builder *b, nir_ssa_def *addr, unsigned ncomps, unsigned bit_size) in load_global() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | symbol.c | 89 unsigned long bit_size; member 124 unsigned long bit_size, align_bit_mask; in lay_out_struct() local 212 unsigned long bit_size, bit_align; examine_struct_union_type() local 293 unsigned long bit_size = -1, alignment; examine_array_type() local 465 unsigned int bit_size = array_element_offset(elem_type->bit_size, count); implicit_array_size() local 479 int bit_size; examine_node_type() local 885 int *bit_size; global() member 961 unsigned long bit_size = ctype->bit_size ? *ctype->bit_size : -1; init_ctype() local [all...] |
| H A D | symbol.h | 181 int bit_size; member
|
| H A D | compile-i386.c | 385 static struct storage *temp_from_bits(unsigned int bit_size) in temp_from_bits() argument 914 static void emit_scalar(struct expression *expr, unsigned int bit_size) in emit_scalar() argument 1090 unsigned int bit_size; emit_copy() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu.h | 751 brw_mdc_ds(unsigned bit_size) in brw_mdc_ds() argument 766 brw_dp_byte_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned bit_size, bool write) brw_dp_byte_scattered_rw_desc() argument 901 brw_dp_a64_byte_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned bit_size, bool write) brw_dp_a64_byte_scattered_rw_desc() argument 923 brw_dp_a64_untyped_atomic_desc(const struct intel_device_info *devinfo, ASSERTED unsigned exec_size, unsigned bit_size, unsigned atomic_op, bool response_expected) brw_dp_a64_untyped_atomic_desc() argument 948 brw_dp_a64_untyped_atomic_float_desc(const struct intel_device_info *devinfo, ASSERTED unsigned exec_size, unsigned bit_size, unsigned atomic_op, bool response_expected) brw_dp_a64_untyped_atomic_float_desc() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 1392 unsigned bit_size = nir_dest_bit_size(instr->dest); in visit_load_input() local 1415 unsigned bit_size = nir_src_bit_size(instr->src[0]); in visit_store_output() local 58 cast_type(struct lp_build_nir_context *bld_base, LLVMValueRef val, nir_alu_type alu_type, unsigned bit_size) cast_type() argument 1448 unsigned bit_size = nir_dest_bit_size(instr->dest); visit_load_var() local 1482 unsigned bit_size = nir_src_bit_size(instr->src[1]); visit_store_var() local [all...] |
| H A D | lp_bld_nir_soa.c | 41 static int bit_size_to_shift_size(int bit_size) in bit_size_to_shift_size() argument 97 lp_build_zero_bits(struct gallivm_state *gallivm, int bit_size) in lp_build_zero_bits() argument 349 emit_load_var(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned num_components, unsigned bit_size, nir_variable *var, unsigned vertex_index, LLVMValueRef indir_vertex_index, unsigned const_index, LLVMValueRef indir_index, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_var() argument 547 emit_store_chan(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned bit_size, unsigned location, unsigned comp, unsigned chan, LLVMValueRef dst) emit_store_chan() argument 574 emit_store_tcs_chan(struct lp_build_nir_context *bld_base, bool is_compact, unsigned bit_size, unsigned location, unsigned const_index, LLVMValueRef indir_vertex_index, LLVMValueRef indir_index, unsigned comp, unsigned chan, LLVMValueRef chan_val) emit_store_tcs_chan() argument 641 emit_store_var(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned num_components, unsigned bit_size, nir_variable *var, unsigned writemask, LLVMValueRef indir_vertex_index, unsigned const_index, LLVMValueRef indir_index, LLVMValueRef dst) emit_store_var() argument 759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument 796 global_addr_to_ptr(struct gallivm_state *gallivm, LLVMValueRef addr_ptr, unsigned bit_size) global_addr_to_ptr() argument 817 emit_load_global(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned addr_bit_size, bool offset_is_uniform, LLVMValueRef addr, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_global() argument 875 emit_store_global(struct lp_build_nir_context *bld_base, unsigned writemask, unsigned nc, unsigned bit_size, unsigned addr_bit_size, LLVMValueRef addr, LLVMValueRef dst) emit_store_global() argument 1054 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument 1152 ssbo_base_pointer(struct lp_build_nir_context *bld_base, unsigned bit_size, LLVMValueRef index, LLVMValueRef invocation, LLVMValueRef *bounds) ssbo_base_pointer() argument 1170 mem_access_base_pointer(struct lp_build_nir_context *bld_base, struct lp_build_context *mem_bld, unsigned bit_size, LLVMValueRef index, LLVMValueRef invocation, LLVMValueRef *bounds) mem_access_base_pointer() argument 1193 emit_load_mem(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool index_and_offset_are_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_mem() argument 1302 emit_store_mem(struct lp_build_nir_context *bld_base, unsigned writemask, unsigned nc, unsigned bit_size, bool index_and_offset_are_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef dst) emit_store_mem() argument 1400 emit_atomic_mem(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, uint32_t bit_size, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_mem() argument 2077 uint32_t bit_size = nir_src_bit_size(instr->src[0]); emit_vote() local 2207 uint32_t bit_size = nir_src_bit_size(instr->src[0]); emit_shuffle() local 2251 uint32_t bit_size = nir_src_bit_size(instr->src[0]); emit_reduce() local 2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument 2541 emit_load_scratch(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, LLVMValueRef offset, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_scratch() argument 2595 emit_store_scratch(struct lp_build_nir_context *bld_base, unsigned writemask, unsigned nc, unsigned bit_size, LLVMValueRef offset, LLVMValueRef dst) emit_store_scratch() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | aacdec_template.c | 1152 decode_audio_specific_config(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, const uint8_t *data, int64_t bit_size, int sync_extension) decode_audio_specific_config() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 432 type_uint_size(unsigned bit_size) in type_uint_size() argument 446 type_float_size(unsigned bit_size) in type_float_size() argument
|
| H A D | ir3_compiler_nir.c | 2695 unsigned bit_size = ir3_bitsize(ctx, instr->def.bit_size); in emit_load_const() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_shader.c | 133 const unsigned bit_size = alu->dest.dest.ssa.bit_size; in vectorize_vec2_16bit() local
|
| /third_party/libbpf/src/ |
| H A D | btf.c | 2271 btf__add_field(struct btf *btf, const char *name, int type_id, __u32 bit_offset, __u32 bit_size) global() argument
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 207 unsigned bit_size = glsl_get_bit_size(val->type); in vtn_undef_ssa_value() local 242 unsigned bit_size = glsl_get_bit_size(type); in vtn_const_ssa_value() local 1439 int bit_size = w[2]; in vtn_handle_type() local 1452 int bit_size = w[2]; vtn_handle_type() local 1793 unsigned bit_size = nir_address_format_bit_size(addr_format); vtn_handle_type() local 1993 int bit_size = glsl_get_bit_size(val->type->type); vtn_handle_constant() local 2084 unsigned bit_size = glsl_get_bit_size(val->type->type); vtn_handle_constant() local 2196 unsigned bit_size; vtn_handle_constant() local 3134 unsigned bit_size = glsl_get_bit_size(vec_type->type); vtn_handle_texture() local 3170 unsigned bit_size = glsl_get_bit_size(type); fill_common_atomic_sources() local 3562 unsigned bit_size = glsl_get_bit_size(type->type); vtn_handle_image() local 3852 create_vec(struct vtn_builder *b, unsigned num_components, unsigned bit_size) create_vec() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_optimizer.cpp | 2267 is_operand_constant(opt_ctx& ctx, Operand op, unsigned bit_size, uint64_t* value) in is_operand_constant() argument 2283 is_constant_nan(uint64_t value, unsigned bit_size) in is_constant_nan() argument 2319 unsigned bit_size = get_cmp_bitsize(cmp->opcode); in combine_constant_comparison_ordering() local [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 1526 uint32_t bit_size = nir_src_bit_size(instr->src[0].src); in ntq_emit_alu() local 1543 uint32_t bit_size = nir_src_bit_size(instr->src[0].src); in ntq_emit_alu() local 1571 uint32_t bit_size in ntq_emit_alu() local 1584 uint32_t bit_size = nir_src_bit_size(instr->src[0].src); ntq_emit_alu() local 2098 mem_vectorize_callback(unsigned align_mul, unsigned align_offset, unsigned bit_size, unsigned num_components, nir_intrinsic_instr *low, nir_intrinsic_instr *high, void *data) mem_vectorize_callback() argument 3147 uint32_t bit_size = nir_dest_bit_size(instr->dest); ntq_emit_load_unifa() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 226 unsigned bit_size; member in r600_sb::sb_bitset
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 1166 get_bo_var(nir_shader *shader, struct bo_vars *bo, bool ssbo, nir_src *src, unsigned bit_size) in get_bo_var() argument 2918 unsigned bit_size = glsl_base_type_get_bit_size(ret_type); match_tex_dests_instr() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 252 emit_float_const(struct ntv_context *ctx, int bit_size, double value) in emit_float_const() argument 259 emit_uint_const(struct ntv_context *ctx, int bit_size, uint64_t value) in emit_uint_const() argument 266 emit_int_const(struct ntv_context *ctx, int bit_size, int64_t value) emit_int_const() argument 273 get_fvec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) get_fvec_type() argument 287 get_ivec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) get_ivec_type() argument 301 get_uvec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) get_uvec_type() argument 342 unsigned bit_size = nir_dest_bit_size(*dest); get_dest_uvec_type() local 1094 get_vec_from_bit_size(struct ntv_context *ctx, uint32_t bit_size, uint32_t num_components) get_vec_from_bit_size() argument 1166 int bit_size = nir_src_bit_size(alu->src[src].src); get_alu_src_raw() local 1230 bitcast_to_uvec(struct ntv_context *ctx, SpvId value, unsigned bit_size, unsigned num_components) bitcast_to_uvec() argument 1238 bitcast_to_ivec(struct ntv_context *ctx, SpvId value, unsigned bit_size, unsigned num_components) bitcast_to_ivec() argument 1246 bitcast_to_fvec(struct ntv_context *ctx, SpvId value, unsigned bit_size, unsigned num_components) bitcast_to_fvec() argument 1274 unsigned bit_size = nir_dest_bit_size(*dest); store_dest() local 1762 get_fvec_constant(struct ntv_context *ctx, unsigned bit_size, unsigned num_components, double value) get_fvec_constant() argument 1782 get_ivec_constant(struct ntv_context *ctx, unsigned bit_size, unsigned num_components, int64_t value) get_ivec_constant() argument 1819 unsigned bit_size = nir_src_bit_size(alu->src[src].src); get_alu_src() local 1853 get_alu_type(struct ntv_context *ctx, nir_alu_type type, unsigned num_components, unsigned bit_size) get_alu_type() argument 1888 unsigned bit_size = nir_dest_bit_size(*dest); get_dest_type() local 1918 unsigned bit_size = nir_dest_bit_size(alu->dest.dest); emit_alu() local 2296 unsigned bit_size = load_const->def.bit_size; emit_load_const() local 2354 unsigned bit_size = nir_dest_bit_size(intr->dest); emit_load_deref() local 2417 unsigned bit_size = nir_dest_bit_size(intr->dest); emit_load_shared() local 2652 unsigned bit_size = nir_dest_bit_size(intr->dest); emit_interpolate() local 3318 unsigned bit_size = nir_src_bit_size(*src); get_src_float() local 3327 unsigned bit_size = nir_src_bit_size(*src); get_src_int() local 3387 unsigned bit_size = nir_src_bit_size(tex->src[i].src); emit_tex() local [all...] |