/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_tex_sample.c | 105 * \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 D | draw_llvm_sample.c | 95 * \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 D | spirv_hlsl.hpp | 253 void emit_load(const Instruction &instruction);
|
H A D | spirv_hlsl.cpp | 3977 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 D | nir_lower_io.c | 293 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 D | dxil_module.c | 3242 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 D | aco_instruction_selection.cpp | 4013 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 D | svga_tgsi_vgpu10.c | 10361 emit_load(struct svga_shader_emitter_v10 *emit, in emit_load() function 11134 return emit_load(emit, inst); in emit_instruction()
|