Home
last modified time | relevance | path

Searched refs:emit_load (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c105 * \param emit_load if TRUE, emit the LLVM load instruction to actually
119 boolean emit_load) in lp_llvm_texture_member()
150 LLVMValueRef res = emit_load ? LLVMBuildLoad(builder, ptr, "") : ptr; in lp_llvm_texture_member()
196 * \param emit_load if TRUE, emit the LLVM load instruction to actually
209 boolean emit_load) in lp_llvm_sampler_member()
228 LLVMValueRef res = emit_load ? LLVMBuildLoad(builder, ptr, "") : ptr; in lp_llvm_sampler_member()
257 * \param emit_load if TRUE, emit the LLVM load instruction to actually
271 boolean emit_load) in lp_llvm_image_member()
295 LLVMValueRef res = emit_load ? LLVMBuildLoad(builder, ptr, "") : ptr; in lp_llvm_image_member()
112 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, LLVMValueRef texture_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_texture_member() argument
203 lp_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_sampler_member() argument
264 lp_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_image_member() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c95 * \param emit_load if TRUE, emit the LLVM load instruction to actually
109 boolean emit_load) in draw_llvm_texture_member()
134 if (emit_load) in draw_llvm_texture_member()
147 * \param emit_load if TRUE, emit the LLVM load instruction to actually
160 boolean emit_load) in draw_llvm_sampler_member()
180 if (emit_load) in draw_llvm_sampler_member()
192 * \param emit_load if TRUE, emit the LLVM load instruction to actually
206 boolean emit_load) in draw_llvm_image_member()
231 if (emit_load) in draw_llvm_image_member()
102 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, LLVMValueRef texture_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_texture_member() argument
154 draw_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_sampler_member() argument
199 draw_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_image_member() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.hpp253 void emit_load(const Instruction &instruction);
H A Dspirv_hlsl.cpp3977 void CompilerHLSL::emit_load(const Instruction &instruction) in emit_load() function in ImageFormatNormalizedState::CompilerHLSL
4833 emit_load(instruction); in emit_instruction()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c293 emit_load(struct lower_io_state *state, in emit_load() function
412 emit_load(state, array_index, var, offset, component, in lower_load()
430 emit_load(state, array_index, var, offset, component, in lower_load()
434 return emit_load(state, array_index, var, offset, component, in lower_load()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c3242 emit_load(struct dxil_module *m, struct dxil_instr *instr) in emit_load() function
3349 return emit_load(m, instr); in emit_instr()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp4013 emit_load(isel_context* ctx, Builder& bld, const LoadEmitInfo& info,
4702 emit_load(ctx, bld, info, lds_load_params);
5141 emit_load(ctx, bld, info, mubuf_load_params);
5814 emit_load(ctx, bld, info, smem_load_params);
5816 emit_load(ctx, bld, info, mubuf_load_params);
6895 emit_load(ctx, bld, info, params);
6900 emit_load(ctx, bld, info, smem_load_params);
7626 emit_load(ctx, bld, info, params);
7631 emit_load(ctx, bld, info, scratch_mubuf_load_params);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c10361 emit_load(struct svga_shader_emitter_v10 *emit, in emit_load() function
11134 return emit_load(emit, inst); in emit_instruction()

Completed in 71 milliseconds