/external/mesa3d/src/compiler/nir/ |
D | nir_opt_undef.c | 105 nir_def *undef = nir_undef(b, alu->def.num_components, in opt_undef_vecN() local 124 unsigned undef = 0; in nir_get_undef_mask() local 253 nir_undef_instr *undef = nir_instr_as_undef(instr); in replace_ssa_undef() local
|
D | nir_lower_helper_writes.c | 54 nir_def *undef = NULL; in lower() local
|
D | nir_opt_uniform_atomics.c | 233 nir_def *undef = nir_undef(b, 1, intrin->def.bit_size); in optimize_atomic() local 270 nir_def *undef = result ? nir_undef(b, 1, result->bit_size) : NULL; in optimize_and_rewrite_atomic() local
|
/external/clang/test/CodeGen/ |
D | annotations-var.c | 42 void undef(void) { in undef() function
|
/external/mesa3d/src/compiler/nir/tests/ |
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
|
/external/pytorch/torch/csrc/jit/passes/ |
D | lower_grad_of.cpp | 23 auto undef = g.createAutogradZero() in LowerGradOf() local
|
/external/pytorch/aten/src/ATen/test/ |
D | math_kernel_test.cpp | 41 Tensor undef; in TEST() local 61 Tensor undef; in TEST() local
|
/external/mesa3d/src/panfrost/util/ |
D | pan_lower_store_component.c | 62 nir_def *undef = nir_undef(b, 1, value->bit_size); in lower_store_component() local
|
/external/clang/test/Sema/ |
D | invalid-decl.c | 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
|
/external/clang/test/Analysis/ |
D | logical-ops.c | 36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} in undef() function
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
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
|
/external/pytorch/torch/csrc/lazy/ts_backend/ |
D | ts_autograd_functions.cpp | 54 at::Tensor undef; in backward() local
|
/external/mesa3d/src/intel/compiler/ |
D | intel_nir_blockify_uniform_loads.c | 81 nir_scalar undef = nir_get_scalar(nir_undef(b, 1, type_bytes * 8), 0); in rebase_const_offset_ubo_loads_instr() local
|
D | brw_opt_virtual_grfs.cpp | 154 fs_inst *undef = in brw_opt_split_virtual_grfs() local
|
/external/coreboot/Documentation/technotes/ |
D | 2020-03-unit-testing-coreboot.md | 221 This header will comprise #undef of old CONFIG values and #define of the hashtag
|
/external/mesa3d/src/amd/common/nir/ |
D | ac_nir_lower_ps_late.c | 251 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_mrtz_export() local 354 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_color_export() local 558 nir_def *undef = nir_undef(b, 1, 32); in emit_ps_dual_src_blend_swizzle() local
|
D | ac_nir_prerast_utils.c | 20 nir_def *undef = nir_undef(b, 1, value->bit_size); in ac_nir_store_var_components() local 451 nir_def *undef = nir_undef(b, 1, 16); in ac_nir_export_parameters() local 490 nir_def *undef = nir_undef(b, 1, 32); in ac_nir_store_parameters_to_attr_ring() local
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instrfactory.cpp | 194 InstrFactory::process_undef(nir_undef_instr *undef, Shader& shader) in process_undef()
|
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
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 80 Instruction* undef = in ReplaceWithFunctionCall() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 80 Instruction* undef = in ReplaceWithFunctionCall() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | wrap_opkill.cpp | 80 Instruction* undef = in ReplaceWithFunctionCall() local
|
/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
|
/external/pytorch/aten/src/ATen/core/ |
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
|
/external/pytorch/test/cpp/jit/ |
D | test_argument_spec.cpp | 46 autograd::Variable undef() { in undef() function
|