Home
last modified time | relevance | path

Searched defs:type_a (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dvp9dsp_init_16bpp_arm_template.c146 #define define_itxfm2(type_a, type_b, sz, bpp) \ argument
150 #define define_itxfm(type_a, type_b, sz, bpp) define_itxfm2(type_a, type_b, sz, bpp) argument
Dvp9dsp_init_arm.c145 #define define_itxfm(type_a, type_b, sz) \ argument
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9dsp_init_16bpp_aarch64_template.c162 #define define_itxfm2(type_a, type_b, sz, bpp) \ argument
166 #define define_itxfm(type_a, type_b, sz, bpp) define_itxfm2(type_a, type_b, sz, bpp) argument
Dvp9dsp_init_aarch64.c158 #define define_itxfm(type_a, type_b, sz) \ argument
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp351 const glsl_type *type_a = value_a->type; in arithmetic_result_type() local
522 const glsl_type *type_a = value_a->type; in bit_logic_result_type() local
609 const glsl_type *type_a = value_a->type; in modulus_result_type() local
677 const glsl_type *type_a = value_a->type; in relational_result_type() local
729 shift_result_type(const struct glsl_type *type_a, in shift_result_type()
7068 const glsl_type *type_a = label->type; in hir() local
/third_party/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp824 const auto* type_a = ir_context_->get_type_mgr()->GetType(end_type_id_1); in DataDescriptorsAreWellFormedAndComparable() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp824 const auto* type_a = ir_context_->get_type_mgr()->GetType(end_type_id_1); in DataDescriptorsAreWellFormedAndComparable() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_global_variable_test.cc581 auto* type_a = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp824 const auto* type_a = ir_context_->get_type_mgr()->GetType(end_type_id_1); in DataDescriptorsAreWellFormedAndComparable() local
/third_party/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c455 u8 type_a, type_b; in acpi_sleep_test() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h169 unsigned type_a:3; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h193 unsigned type_a:3; member
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp1612 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type()
/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c1123 #define itxfm_wrapper(type_a, type_b, sz, bits, has_dconly) \ argument