Home
last modified time | relevance | path

Searched defs:load (Results 251 - 275 of 316) sorted by relevance

1...<<111213

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c346 nir_intrinsic_instr *load = in emit_load() local
626 nir_ssa_def *load = lower_interpolate_at() local
1237 nir_load_const_instr *load = nir_instr_as_load_const(parent_instr); nir_get_explicit_deref_range() local
1471 nir_intrinsic_instr *load = nir_intrinsic_instr_create(b->shader, op); build_explicit_io_load() local
[all...]
H A Dnir_linking_helpers.c1127 nir_ssa_def *load = nir_load_var(&b, input_var); in replace_duplicate_input() local
1239 nir_intrinsic_instr *load = nir_instr_as_intrinsic(scalar->def->parent_instr); in replace_varying_input_by_uniform_load() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c491 _vtn_local_load_store(struct vtn_builder *b, bool load, nir_deref_instr *deref, in _vtn_local_load_store() argument
596 _vtn_variable_load_store(struct vtn_builder *b, bool load, in _vtn_variable_load_store() argument
2782 nir_intrinsic_instr *load = vtn_handle_variables() local
[all...]
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm166 load $07, [$02 + 0x004], 0x4 label
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c922 nir_ssa_def *load = nir_load_ssbo(&b, 4, 32, buf, offset, .align_mul = 16); in build_clear_htile_mask_shader() local
H A Dradv_query.c147 nir_ssa_def *load = nir_load_ssbo(&b, 2, 64, src_buf, load_offset, .align_mul = 16); in build_occlusion_query_shader() local
553 nir_ssa_def *load = nir_load_ssbo(&b, 2, 32, src_buf, input_base, .align_mul = 8); in build_timestamp_query_shader() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c425 nir_intrinsic_instr *load = in lower_load_vec32() local
532 nir_ssa_def *load = nir_load_scratch_dxil(b, 1, 32, index); lower_masked_store_vec32() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp2621 bool load = defi->op == OP_LOAD && in insertConstraintMove() local
H A Dnv50_ir_lowering_nv50.cpp1861 Instruction *load = bld.mkLoad(ty, NULL, bld.mkSymbol(FILE_MEMORY_GLOBAL, slot, ty, 0), coord); in handleSULDP() local
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc330 RegisterLoad* load = register_load(dst); in ExecuteLoads() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c660 nir_ssa_def *load = in iris_setup_uniforms() local
697 nir_intrinsic_instr *load = nir_instr_as_intrinsic(instr); in iris_setup_uniforms() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c570 nir_ssa_def *load = nir_load_deref(&c->build, in ttn_src_for_file_and_index() local
593 nir_ssa_def *load; in ttn_src_for_file_and_index() local
690 nir_intrinsic_instr *load; ttn_src_for_file_and_index() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c606 nir_intrinsic_instr *load = in crocus_setup_uniforms() local
645 nir_intrinsic_instr *load = nir_instr_as_intrinsic(instr); crocus_setup_uniforms() local
[all...]
/third_party/rust/crates/log/src/
H A Dlib.rs367 fn load(&self, _order: Ordering) -> usize { in load() functions
/third_party/python/Lib/
H A Dpickle.py1187 def load(self): member in _Unpickler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp1748 Error ResourceSectionRef::load(const COFFObjectFile *O) { in load() function in ResourceSectionRef
1761 Error ResourceSectionRef::load(const COFFObjectFile *O, const SectionRef &S) { in load() function in ResourceSectionRef
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp161 void ShaderInfo::load(gl::BinaryInputStream *stream) in load() function in rx::ShaderInfo
308 std::unique_ptr<rx::LinkEvent> ProgramExecutableVk::load(gl::BinaryInputStream *stream) in load() function in rx::ProgramExecutableVk
/third_party/skia/src/core/
H A DSkVM.cpp1293 Color Builder::load(PixelFormat f, Ptr ptr) { in load() function in skvm::Builder
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1166 LoadInst *load = new LoadInst(outputs[i]->getType(), Output, in emitCallAndSwitchStatement() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1090 SDValue load = DAG.getNode(XCoreISD::LDWSP, dl, VTs, Ops); in LowerCallResult() local
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h240 FromVoidStarFunc load(VkInstance inst, const char* func_name) const { in load() function
244 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load() function
263 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load() function
288 FromVoidStarFunc load(const char* func_name) { return FromVoidStarFunc(functions->vkGetInstanceProcAddr(inst, func_name)); } in load() function
333 FromVoidStarFunc load(const char* func_name) { return FromVoidStarFunc(functions->vkGetDeviceProcAddr(dev, func_name)); } in load() function
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c1605 uint64_t load; in avc_h_loop_filter_luma_mbaff_msa() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp1506 void load(UErrorCode& status) { in load() function
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c3035 tu_begin_load_store_cond_exec(struct tu_cmd_buffer *cmd, struct tu_cs *cs, bool load) tu_begin_load_store_cond_exec() argument
3058 tu_end_load_store_cond_exec(struct tu_cmd_buffer *cmd, struct tu_cs *cs, bool load) tu_end_load_store_cond_exec() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c1007 struct ir3_instruction *load = in emit_intrinsic_load_ubo() local
1136 struct ir3_instruction *load, *offset; in emit_intrinsic_load_shared_ir3() local
[all...]

Completed in 71 milliseconds

1...<<111213