Home
last modified time | relevance | path

Searched defs:bitsize (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_ssbo.c89 nir_src *idx, unsigned bitsize) in nir_load_ssbo_prop()
99 #define nir_ssbo_prop(b, prop, index, bitsize) \ argument
/external/python/rsa/
Dcreate_timing_table.py23 def run_speed_test(bitsize): argument
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp259 int bitsize) { in FaxGetRun()
284 int bitsize, in FaxG4GetRow()
409 void FaxSkipEOL(const uint8_t* src_buf, int bitsize, int* bitpos) { in FaxSkipEOL()
421 int bitsize, in FaxGet1DLine()
517 int bitsize = m_SrcSpan.size() * 8; in v_GetNextLine() local
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c504 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
Dcfield.c48 Py_ssize_t *pfield_size, int bitsize, int *pbitofs, in PyCField_FromDesc()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv4_sender.c416 size_t bitsize; in thrust_fakes() local
Dns-common.c228 u_int32_t bit_change_seed(size_t bitsize, size_t oversize) in bit_change_seed()
Dns-icmpv6_sender.c639 size_t bitsize; in thrust_fakes() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c304 unsigned bitsize) in emit_b2f()
326 unsigned bitsize) in emit_b2i()
1229 int bitsize = nir_src_bit_size(instr->src[0]); in visit_store_ssbo() local
1464 int bitsize = nir_src_bit_size(instr->src[0]); in visit_shared_store() local
1523 int bitsize = nir_src_bit_size(instr->src[0]); in visit_store_global() local
1590 int bitsize = nir_src_bit_size(instr->src[0]); in visit_store_scratch() local
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c445 int bitsize = 0; in PyCStructUnionType_update_stgdict() local
Dcfield.c47 Py_ssize_t *pfield_size, int bitsize, int *pbitofs, in PyCField_FromDesc()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c401 unsigned bitsize = ac_get_elem_bits(ctx, type); in ac_build_optimization_barrier() local
1858 unsigned bitsize; in ac_build_umsb() local
2459 unsigned bitsize = ac_get_elem_bits(ctx, type); in ac_build_fsat() local
2500 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_fract()
2560 unsigned bitsize = ac_get_elem_bits(ctx, type); in ac_build_fsign() local
2599 unsigned bitsize; in ac_build_bit_count() local
2642 unsigned bitsize; in ac_build_bitfield_reverse() local
3579 unsigned bitsize = ac_get_elem_bits(ctx, src_type); in ac_build_wwm() local
3604 unsigned bitsize = ac_get_elem_bits(ctx, src_type); in ac_build_set_inactive() local
4286 LLVMValueRef ac_build_frexp_exp(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_frexp_exp()
[all …]
Dac_nir_to_llvm.c273 static LLVMValueRef emit_b2f(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in emit_b2f()
306 static LLVMValueRef emit_b2i(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in emit_b2i()
3117 unsigned num_components, unsigned bitsize) in load_interpolated_input()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp315 RegClass get_reg_class(isel_context *ctx, RegType type, unsigned components, unsigned bitsize) in get_reg_class()
Daco_optimizer.cpp1634 unsigned bitsize = 0; in combine_ordering_test() local
Daco_instruction_selection.cpp4662 unsigned bitsize = instr->dest.ssa.bit_size; in visit_load_input() local
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c505 const unsigned bitsize = nir_alu_type_get_type_size(sel_type); in vtn_parse_switch() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1143 unsigned bitsize = nir_src_bit_size(instr->src[1]); in emit_atomic() local
2280 reg_mode_for_bitsize(unsigned bitsize) in reg_mode_for_bitsize()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1061 uint8_t bitsize = size * 8; in opnd() local
/external/python/pycparser/pycparser/
Dc_ast.py383 def __init__(self, name, quals, storage, funcspec, type, init, bitsize, coord=None): argument
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp459 size_t bitsize; /*size of data in bits, end of valid bp values, should be 8*size*/ member