Home
last modified time | relevance | path

Searched defs:bit_size (Results 1 – 25 of 86) sorted by relevance

1234

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_constant_expressions.c41 constant_denorm_flush_to_zero(nir_const_value *value, unsigned bit_size) in constant_denorm_flush_to_zero()
564 unsigned bit_size, in evaluate_amul()
673 unsigned bit_size, in evaluate_b16all_fequal16()
842 unsigned bit_size, in evaluate_b16all_fequal2()
1011 unsigned bit_size, in evaluate_b16all_fequal3()
1180 unsigned bit_size, in evaluate_b16all_fequal4()
1349 unsigned bit_size, in evaluate_b16all_fequal8()
1518 unsigned bit_size, in evaluate_b16all_iequal16()
1823 unsigned bit_size, in evaluate_b16all_iequal2()
2100 unsigned bit_size, in evaluate_b16all_iequal3()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_lower_system_values.c35 const unsigned bit_size = intrin->dest.ssa.bit_size; in sanitize_32bit_sysval() local
44 build_global_group_size(nir_builder *b, unsigned bit_size) in build_global_group_size()
68 const unsigned bit_size = intrin->dest.ssa.bit_size; in lower_system_value_instr() local
259 const unsigned bit_size = intrin->dest.ssa.bit_size; in lower_compute_system_value_instr() local
Dnir_lower_bit_size.c34 nir_alu_type type, unsigned bit_size) in convert_to_bit_size()
49 lower_alu_instr(nir_builder *bld, nir_alu_instr *alu, unsigned bit_size) in lower_alu_instr()
100 unsigned bit_size) in lower_intrinsic_instr()
Dnir_lower_subgroups.c64 ballot_type_to_uint(nir_builder *b, nir_ssa_def *value, unsigned bit_size) in ballot_type_to_uint()
81 unsigned num_components, unsigned bit_size) in uint_to_ballot_type()
338 build_subgroup_mask(nir_builder *b, unsigned bit_size, in build_subgroup_mask()
434 const unsigned bit_size = MAX2(options->ballot_bit_size, in lower_subgroups_instr() local
Dnir_lower_bool_to_bitsize.c64 uint32_t bit_size = nir_src_bit_size(alu->src[start_idx].src); in make_sources_canonical() local
146 uint32_t bit_size = nir_src_bit_size(alu->src[0].src); in lower_alu_instr() local
Dnir_builder.h240 nir_ssa_undef(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_ssa_undef()
256 unsigned bit_size, const nir_const_value *value) in nir_build_imm()
271 nir_imm_zero(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_imm_zero()
284 nir_imm_boolN_t(nir_builder *build, bool x, unsigned bit_size) in nir_imm_boolN_t()
309 nir_imm_floatN_t(nir_builder *build, double x, unsigned bit_size) in nir_imm_floatN_t()
370 nir_imm_intN_t(nir_builder *build, uint64_t x, unsigned bit_size) in nir_imm_intN_t()
435 unsigned bit_size = nir_alu_type_get_type_size(op_info->output_type); in nir_builder_alu_instr_finish_and_insert() local
1458 unsigned num_components, unsigned bit_size) in nir_load_global()
1553 nir_b2f(nir_builder *build, nir_ssa_def *b, uint32_t bit_size) in nir_b2f()
1565 nir_b2i(nir_builder *build, nir_ssa_def *b, uint32_t bit_size) in nir_b2i()
[all …]
Dnir_loop_analyze.c586 eval_const_unop(nir_op op, unsigned bit_size, nir_const_value src0, in eval_const_unop()
597 eval_const_binop(nir_op op, unsigned bit_size, in eval_const_binop()
610 nir_const_value limit, unsigned bit_size, in get_iteration()
657 nir_op cond_op, unsigned bit_size, in will_break_on_first_iteration()
694 nir_const_value limit, nir_op cond_op, unsigned bit_size, in test_iterations()
786 unsigned bit_size = nir_src_bit_size(alu->src[0].src); in calculate_iterations() local
Dnir_phi_builder.c55 unsigned bit_size; member
118 unsigned bit_size, const BITSET_WORD *defs) in nir_phi_builder_add_value()
Dnir_search.c201 nir_op_for_search_op(uint16_t sop, unsigned bit_size) in nir_op_for_search_op()
370 unsigned bit_size = nir_src_bit_size(instr->src[src].src); in match_value() local
539 unsigned bit_size = replace_bitsize(value, search_bitsize, state); in construct_value() local
876 unsigned bit_size = alu->dest.dest.ssa.bit_size; in nir_algebraic_instr() local
Dnir_opt_large_constants.c73 const unsigned bit_size = glsl_get_bit_size(deref->type); in build_constant_load() local
113 const unsigned bit_size = glsl_get_bit_size(deref->type); in handle_constant_store() local
Dnir.c566 unsigned bit_size) in nir_load_const_instr_create()
715 unsigned bit_size) in nir_ssa_undef_instr_create()
726 const_value_float(double d, unsigned bit_size) in const_value_float()
741 const_value_int(int64_t i, unsigned bit_size) in const_value_int()
758 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity()
1385 nir_const_value_for_float(double f, unsigned bit_size) in nir_const_value_for_float()
1408 nir_const_value_as_float(nir_const_value value, unsigned bit_size) in nir_const_value_as_float()
1571 unsigned bit_size, const char *name) in nir_ssa_def_init()
1596 unsigned num_components, unsigned bit_size, in nir_ssa_dest_init()
Dnir_lower_scratch.c60 unsigned bit_size = intrin->dest.ssa.bit_size; in lower_load_store() local
Dnir_builtin_builder.c165 const uint32_t bit_size = y_over_x->bit_size; in nir_atan() local
219 const uint32_t bit_size = x->bit_size; in nir_atan2() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c120 emit_float_const(struct ntv_context *ctx, int bit_size, float value) in emit_float_const()
127 emit_uint_const(struct ntv_context *ctx, int bit_size, uint32_t value) in emit_uint_const()
134 emit_int_const(struct ntv_context *ctx, int bit_size, int32_t value) in emit_int_const()
141 get_fvec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) in get_fvec_type()
155 get_ivec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) in get_ivec_type()
169 get_uvec_type(struct ntv_context *ctx, unsigned bit_size, unsigned num_components) in get_uvec_type()
185 unsigned bit_size = MAX2(nir_dest_bit_size(*dest), 32); in get_dest_uvec_type() local
627 get_vec_from_bit_size(struct ntv_context *ctx, uint32_t bit_size, uint32_t num_components) in get_vec_from_bit_size()
702 int bit_size = nir_src_bit_size(alu->src[src].src); in get_alu_src_raw() local
776 bitcast_to_uvec(struct ntv_context *ctx, SpvId value, unsigned bit_size, in bitcast_to_uvec()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c32 unsigned num_components, unsigned bit_size, in dup_mem_intrinsic()
87 const unsigned bit_size = intrin->dest.ssa.bit_size; in lower_mem_load_bit_size() local
164 const unsigned bit_size = value->bit_size; in lower_mem_store_bit_size() local
Dbrw_fs_nir.cpp303 brw_reg_type_from_bit_size(const unsigned bit_size, in brw_reg_type_from_bit_size()
1399 const uint32_t bit_size = nir_src_bit_size(instr->src[0].src); in nir_emit_alu() local
1427 const uint32_t bit_size = type_sz(op[0].type) * 8; in nir_emit_alu() local
1557 uint32_t bit_size = nir_src_bit_size(instr->src[0].src); in nir_emit_alu() local
3815 const unsigned bit_size = nir_dest_bit_size(instr->dest); in nir_emit_cs_intrinsic() local
3852 const unsigned bit_size = nir_src_bit_size(instr->src[0]); in nir_emit_cs_intrinsic() local
4632 const unsigned bit_size = nir_dest_bit_size(instr->dest); in nir_emit_intrinsic() local
4662 const unsigned bit_size = nir_src_bit_size(instr->src[0]); in nir_emit_intrinsic() local
4696 const unsigned bit_size = nir_dest_bit_size(instr->dest); in nir_emit_intrinsic() local
4733 const unsigned bit_size = nir_src_bit_size(instr->src[0]); in nir_emit_intrinsic() local
[all …]
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp892 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type); in intrinsic_set_std430_align() local
1475 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type); in visit() local
1553 unsigned bit_size = glsl_get_bit_size(ir->return_deref->type); in visit() local
1764 unsigned bit_size) in add_instr()
1866 unsigned bit_size = glsl_get_bit_size(deref->type); in visit() local
2112 unsigned bit_size = glsl_get_bit_size(ir->type); in visit() local
2578 unsigned bit_size = glsl_get_bit_size(ir->type); in visit() local
/external/python/asn1crypto/tests/
Dtest_keys.py484 def bit_size(self, private_key_file, public_key_file, _, bit_size): member in KeysTests
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c39 static int bit_size_to_shift_size(int bit_size) in bit_size_to_shift_size()
315 unsigned bit_size, in emit_load_var()
512 unsigned bit_size, in emit_store_chan()
539 unsigned bit_size, in emit_store_tcs_chan()
606 unsigned bit_size, in emit_store_var()
723 unsigned bit_size, in emit_load_kernel_arg()
754 …alueRef global_addr_to_ptr(struct gallivm_state *gallivm, LLVMValueRef addr_ptr, unsigned bit_size) in global_addr_to_ptr()
777 unsigned bit_size, in emit_load_global()
819 unsigned nc, unsigned bit_size, in emit_store_global()
964 unsigned bit_size, in emit_load_ubo()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
Dhpack_output_stream.cc17 void HpackOutputStream::AppendBits(uint8_t bits, size_t bit_size) { in AppendBits()
Dhpack_constants.h24 size_t bit_size; member
/external/python/rsa/rsa/
Dcommon.py28 def bit_size(num: int) -> int: function
/external/mesa3d/src/freedreno/registers/
Dgen_header.py253 def __init__(self, attrs, domain, array, bit_size): argument
359 def parse_reg(self, attrs, bit_size): argument
/external/mesa3d/src/freedreno/ir3/
Dir3_image.c115 int bit_size = info->has_dest ? nir_dest_bit_size(instr->dest) : 32; in ir3_get_type_for_image_intrinsic() local
/external/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp199 unsigned bit_size, unsigned components, unsigned access) in create_indirect_load()
259 unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) in create_indirect_store()
299 unsigned bit_size, unsigned components, unsigned access) in create_load()
307 unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) in create_store()
313 nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components) in create_shared_load()
327 unsigned bit_size, unsigned components, unsigned wrmask) in create_shared_store()
367 unsigned align_mul, unsigned align_offset, unsigned bit_size, in mem_vectorize_callback()

1234