Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_constants.c94 is_extension_of_8(uint32_t x, bool is_signed) in is_extension_of_8()
103 is_extension_of_16(uint32_t x, bool is_signed) in is_extension_of_16()
112 va_resolve_constant(bi_builder *b, uint32_t value, struct va_src_info info, bool is_signed, bool st… in va_resolve_constant()
186 bool is_signed = valhall_opcodes[I->op].is_signed; in va_lower_constants() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp187 uint32_t is_signed = constant->AsVectorConstant() in Apply() local
234 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
Dtransformation_add_type_int.cpp28 bool is_signed) { in TransformationAddTypeInt()
Dfuzzer_pass_add_access_chains.cpp148 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp138 bool is_signed = !component_type->IsSigned(); in FindOrCreateToggledIntegerConstant() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp187 uint32_t is_signed = constant->AsVectorConstant() in Apply() local
234 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
Dtransformation_add_type_int.cpp28 bool is_signed) { in TransformationAddTypeInt()
Dfuzzer_pass_add_access_chains.cpp149 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp138 bool is_signed = !component_type->IsSigned(); in FindOrCreateToggledIntegerConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp187 uint32_t is_signed = constant->AsVectorConstant() in Apply() local
234 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
Dtransformation_add_type_int.cpp28 bool is_signed) { in TransformationAddTypeInt()
Dfuzzer_pass_add_access_chains.cpp148 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp138 bool is_signed = !component_type->IsSigned(); in FindOrCreateToggledIntegerConstant() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc.c41 bool is_signed) in fetch_bptc_rgb_float()
175 bool is_signed) in texstore_bptc_rgb_float()
Dtexcompress_bptc_tmp.h870 bool is_signed) in extract_float_endpoints()
955 bool is_signed) in fetch_rgb_float_from_block()
1037 bool is_signed) in decompress_rgb_float_block()
1138 float *dst, int dst_rowstride, bool is_signed) in decompress_rgb_float()
1488 clamp_value(float value, bool is_signed) in clamp_value()
1510 bool is_signed) in get_endpoints_float()
1639 get_endpoint_value(float value, bool is_signed) in get_endpoint_value()
1672 bool is_signed) in compress_rgb_float_block()
1710 bool is_signed) in compress_rgb_float()
/third_party/python/Objects/clinic/
Dlongobject.c.h266 int is_signed = 0; in int_to_bytes() local
357 int is_signed = 0; in int_from_bytes() local
/third_party/ffmpeg/libavcodec/
Datrac3plus_data.h1411 uint8_t is_signed; ///< 1 - values in that table are signed ones, otherwise - absolute ones member
Dtiff_common.c166 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_shorts_metadata()
188 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_bytes_metadata()
/third_party/spirv-tools/test/opt/
Dconstants_test.cpp32 bool is_signed; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dconstants_test.cpp33 bool is_signed; member
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dconstants_test.cpp33 bool is_signed; member
/third_party/rust/crates/bindgen/bindgen/ir/
Dint.rs90 pub fn is_signed(&self) -> bool { in is_signed() method
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c214 bool is_signed) in pan_pack_norm()
288 pan_pack_int_1010102(nir_builder *b, nir_ssa_def *v, bool is_signed) in pan_pack_int_1010102()
309 pan_unpack_int_1010102(nir_builder *b, nir_ssa_def *packed, bool is_signed) in pan_unpack_int_1010102()
/third_party/vk-gl-cts/external/amber/src/src/
Dtype_parser.cc454 bool is_signed; in ParseGlslFormat() member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dmetadata.hpp109 bool is_signed = ::llvm::cast< ::llvm::ConstantInt>(value) in get_type_kernel_metadata() local

12345