| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 400 static LLVMValueRef emit_bfm(struct ac_llvm_context *ctx, LLVMValueRef bits, LLVMValueRef offset) in emit_bfm() argument
|
| H A D | ac_llvm_build.c | 1694 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format() local 1697 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format() local 2391 LLVMValueRef ac_build_cvt_pk_i16(struct ac_llvm_context *ctx, LLVMValueRef args[2], unsigned bits, in ac_build_cvt_pk_i16() argument 2416 ac_build_cvt_pk_u16(struct ac_llvm_context *ctx, LLVMValueRef args[2], unsigned bits, bool hi) ac_build_cvt_pk_u16() argument 3164 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); ac_build_readlane_common() local 3309 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); ac_build_dpp() local 3360 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); ac_build_permlane16() local 3404 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); ac_build_ds_swizzle() local [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 7586 ir_variable *bits = in_var(glsl_type::int_type, "bits"); in _bitfieldExtract() local 7607 ir_variable *bits = in_var(glsl_type::int_type, "bits"); in _bitfieldInsert() local 7737 ir_variable *bits = body.make_temp(uvec, "bits"); _frexp() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 7105 uint32_t bits = 0; in radv_compute_valid_memory_types_attempt() local 7124 uint32_t bits = radv_compute_valid_memory_types_attempt(dev, domains, flags, ignore_flags); in radv_compute_valid_memory_types() local [all...] |
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_video_state.h | 198 } bits; member
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 1752 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 61 enum anv_pipe_bits bits = 0; in convert_pc_to_bits() local 2025 emit_apply_pipe_flushes(struct anv_batch *batch, struct anv_device *device, uint32_t current_pipeline, enum anv_pipe_bits bits) emit_apply_pipe_flushes() argument 2343 enum anv_pipe_bits bits = cmd_buffer->state.pending_pipe_bits; cmd_buffer_apply_pipe_flushes() local 2468 enum anv_pipe_bits bits = cmd_buffer_barrier() local [all...] |
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl.h | 1314 uint8_t bits; /**< Size in bits */ global() member [all...] |
| /third_party/node/deps/v8/src/common/ |
| H A D | globals.h | 1038 } bits; member 1048 } bits; global() member [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.cc | 3573 uint64_t bits = bit_cast<uint64_t>(imm); in FPToImm8() local 4238 uint32_t bits = bit_cast<uint32_t>(imm); IsImmFP32() local 4262 uint64_t bits = bit_cast<uint64_t>(imm); IsImmFP64() local [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.cc | 676 int bits = OffsetSizeInBits(instr); in AddBranchOffset() local 791 int32_t bits = OffsetSizeInBits(instr); in SetBranchOffset() local 1022 is_near(Label* L, OffsetSize bits) is_near() argument 1035 int bits = OffsetSize::kOffset16; BranchOffset() local 1385 branch_offset_helper(Label* L, OffsetSize bits) branch_offset_helper() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | macro-assembler-mips.cc | 2826 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in CallRecordWriteStub() argument 2848 CalculateOffset(Label* L, int32_t* offset, OffsetSize bits) CallRecordWriteStub() argument 2855 CalculateOffset(Label* L, int32_t* offset, OffsetSize bits, Register* scratch, const Operand& rt) CallRecordWriteStub() argument 3333 OffsetSize bits = OffsetSize::kOffset16; CallRecordWriteStub() local [all...] |
| H A D | assembler-mips.cc | 724 int bits = OffsetSizeInBits(instr); in AddBranchOffset() local 884 int32_t bits = OffsetSizeInBits(instr); in SetBranchOffset() local 1094 is_near(Label* L, OffsetSize bits) is_near() argument 1106 int bits = OffsetSize::kOffset16; BranchOffset() local 1441 branch_offset_helper(Label* L, OffsetSize bits) branch_offset_helper() argument [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.cc | 2886 GetOffset(int32_t offset, Label* L, OffsetSize bits) GetOffset() argument 2908 CalculateOffset(Label* L, int32_t* offset, OffsetSize bits) CalculateOffset() argument 2915 CalculateOffset(Label* L, int32_t* offset, OffsetSize bits, Register* scratch, const Operand& rt) CalculateOffset() argument [all...] |
| H A D | assembler-riscv64.cc | 719 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near() argument 1452 branch_offset_helper(Label* L, OffsetSize bits) branch_offset_helper() argument [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.cc | 420 Assembler::OffsetSize bits = OffsetSizeInBits(instr); in AddBranchOffset() local 487 int32_t bits = OffsetSizeInBits(instr); in SetBranchOffset() local 386 GetOffsetOfBranch(Instr instr, Assembler::OffsetSize bits) GetOffsetOfBranch() argument 629 is_near(Label* L, OffsetSize bits) is_near() argument 641 int bits = OffsetSize::kOffset16; BranchOffset() local 925 branch_offset_helper(Label* L, OffsetSize bits) branch_offset_helper() argument [all...] |
| /third_party/node/deps/v8/src/execution/arm/ |
| H A D | simulator-arm.cc | 2362 uint32_t bits = get_register(rm); in DecodeType01() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 3221 int64_t bits = bit_cast<int64_t>(number); in NumberToStringCacheHash() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 2961 uint64_t bits = HeapNumber::cast(*value).value_as_bits(kRelaxedLoad); in ShareSlow() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.h | 653 uint8_t bits; global() member in nv50_ir::Modifier [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 234 bi_emit_cached_split(bi_builder *b, bi_index vec, unsigned bits) in bi_emit_cached_split() argument 1112 unsigned bits = nir_dest_bit_size(instr->dest) * in bi_emit_load_push_constant() local 1168 unsigned bits = instr->num_components * nir_dest_bit_size(instr->dest); in bi_emit_load() local [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_lib.c | 5009 SSL_set_security_callback(SSL *s, int (*cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex)) SSL_set_security_callback() argument 5044 SSL_CTX_set_security_callback(SSL_CTX *ctx, int (*cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex)) SSL_CTX_set_security_callback() argument
|
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.cpp | 12577 simd8<uint8_t> bits = input.reduce_or(); is_ascii() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| H A D | vktMultiViewRenderTests.cpp | 2967 void verifyAvailabilityBits (const std::vector<uint64_t>& bits, const char* setName) in verifyAvailabilityBits() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ |
| H A D | ffx_a.h | 144 A_STATIC AU1 AU1_AF1(AF1 a){union{AF1 f;AU1 u;}bits;bits.f=a;return bits.u;} in AU1_AF1() local 542 union{AF1 f;AU1 u;}bits;bits.f=f;AU1 u=bits.u;AU1 i=u>>23;return (AU1)(base[i])+((u&0x7fffff)>>shift[i]);} in AU1_AH1_AF1() local 643 AU1 ABfe(AU1 src,AU1 off,AU1 bits){return bitfieldExtract(src,ASU1(off),ASU1(bits));} in ABfe() argument 646 ABfiM(AU1 src,AU1 ins,AU1 bits) ABfiM() argument 1065 ABfe(AU1 src,AU1 off,AU1 bits) ABfe() argument 1067 ABfiM(AU1 src,AU1 ins,AU1 bits) ABfiM() argument [all...] |