/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_undef.c | 81 nir_def *undef = nir_undef(b, alu->def.num_components, in opt_undef_vecN() local 100 unsigned undef = 0; in nir_get_undef_mask() local 239 nir_undef_instr *undef = nir_instr_as_undef(instr); in replace_ssa_undef() local
|
H A D | nir_opt_uniform_atomics.c | 273 nir_def *undef = nir_undef(b, 1, intrin->def.bit_size); in optimize_atomic() local 311 nir_def *undef = result ? nir_undef(b, 1, result->bit_size) : NULL; in optimize_and_rewrite_atomic() local
|
H A D | nir_control_flow.c | 226 nir_undef_instr *undef = in nir_insert_phi_undef() local 648 nir_undef_instr *undef = in replace_ssa_def_uses() local
|
H A D | nir_lower_helper_writes.c | 54 nir_def *undef = NULL; in lower() local
|
/aosp_15_r20/external/python/uritemplates/tests/fixtures/ |
D | spec-examples-by-section.json | 21 "undef" : null null 54 "undef" : null null 108 "undef" : null null 165 "undef" : null null 207 "undef" : null null 259 "undef" : null null 311 "undef" : null null 362 "undef" : null null 410 "undef" : null null
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_swizzle.c | 61 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() local 386 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() local 746 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | serialize_tests.cpp | 145 nir_def *undef = nir_undef(b, GetParam(), 32); in TEST_P() local 167 nir_def *undef = nir_undef(b, 2, 32); in TEST_P() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | math_kernel_test.cpp | 41 Tensor undef; in TEST() local 61 Tensor undef; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ps.c | 376 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_mrtz_export() local 470 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_color_export() local 680 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_dual_src_blend_swizzle() local
|
H A D | ac_nir.c | 202 nir_def *undef = nir_undef(b, 1, value->bit_size); in ac_nir_store_var_components() local 582 nir_def *undef = nir_undef(b, 1, 16); in ac_nir_export_parameters() local 738 nir_def *undef = nir_undef(b, 1, 32); in emit_streamout() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | tensor_type.cpp | 362 auto undef = merge_primitive(undefined(), other.undefined()); in merge() local 379 bool undef = undefined().value_or(!t.defined()); in matchTensor() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 231 auto undef = nir_undef(b, 1, 32); in replace_load_instr() local 396 auto undef = nir_undef(b, 1, 32); in r600_lower_tess_io_impl() local
|
H A D | sfn_instrfactory.cpp | 194 InstrFactory::process_undef(nir_undef_instr *undef, Shader& shader) in process_undef()
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | annotations-var.c | 42 void undef(void) { in undef() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | lower_grad_of.cpp | 23 auto undef = g.createAutogradZero() in LowerGradOf() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/util/ |
H A D | pan_lower_store_component.c | 53 nir_def *undef = nir_undef(b, 1, value->bit_size); in lower_store_component() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | logical-ops.c | 36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} in undef() function
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | invalid-decl.c | 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/ |
H A D | ts_autograd_functions.cpp | 54 at::Tensor undef; in backward() local
|
/aosp_15_r20/external/coreboot/Documentation/technotes/ |
H A D | 2020-03-unit-testing-coreboot.md | 221 This header will comprise #undef of old CONFIG values and #define of the hashtag
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir.c | 64 nir_def *undef = nir_undef(b, 1, 32); in remap_tess_levels() local 132 nir_def *undef = nir_undef(b, 1, 32); in remap_tess_levels() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | wrap_opkill.cpp | 80 Instruction* undef = in ReplaceWithFunctionCall() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | wrap_opkill.cpp | 80 Instruction* undef = in ReplaceWithFunctionCall() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 80 Instruction* undef = in ReplaceWithFunctionCall() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_opt_virtual_grfs.cpp | 154 fs_inst *undef = in brw_fs_opt_split_virtual_grfs() local
|