/third_party/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 260 static void emit_store( struct x86_program *p, in emit_store() function 417 emit_store(p, dest, 1, temp); in build_vertex_emit() 423 emit_store(p, dest, 2, temp); in build_vertex_emit() 432 emit_store(p, dest, 3, temp); in build_vertex_emit() 438 emit_store(p, dest, 2, temp); in build_vertex_emit() 441 emit_store(p, x86_make_disp(dest,8), 1, temp); in build_vertex_emit() 452 emit_store(p, dest, 4, temp); in build_vertex_emit() 460 emit_store(p, dest, 2, temp); in build_vertex_emit() 468 emit_store(p, dest, 3, temp); in build_vertex_emit() 476 emit_store(p, dest, 4, temp); in build_vertex_emit() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_geometry.h | 54 bool emit_store(nir_intrinsic_instr* instr);
|
D | sfn_shader_geometry.cpp | 54 bool GeometryShaderFromNir::emit_store(nir_intrinsic_instr* instr) in emit_store() function in r600::GeometryShaderFromNir 274 return emit_store(instr); in emit_intrinsic_instruction_override()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 330 bld_base->emit_store(bld_base, inst, info, 0, emit_data.output); in lp_build_tgsi_inst_llvm() 332 bld_base->emit_store(bld_base, inst, info, 1, emit_data.output1); in lp_build_tgsi_inst_llvm()
|
D | lp_bld_tgsi.h | 383 void (*emit_store)(struct lp_build_tgsi_context *, member
|
D | lp_bld_tgsi_soa.c | 1949 emit_store( in emit_store() function 4487 bld.bld_base.emit_store = emit_store; in lp_build_tgsi_soa()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_hlsl.hpp | 263 void emit_store(const Instruction &instruction);
|
D | spirv_hlsl.cpp | 4296 void CompilerHLSL::emit_store(const Instruction &instruction) in emit_store() function in CompilerHLSL 4827 emit_store(instruction); in emit_instruction()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_io.c | 393 emit_store(struct lower_io_state *state, nir_ssa_def *data, in emit_store() function 484 emit_store(state, data32, array_index, var, offset, in lower_store() 499 emit_store(state, b32_val, array_index, var, offset, in lower_store() 504 emit_store(state, intrin->src[1].ssa, array_index, var, offset, in lower_store()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 1113 static void emit_store(struct expression *dest_expr, struct storage *dest, in emit_store() function 2205 emit_store(NULL, addr, val, bits); in x86_initialization()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 3204 emit_store(struct dxil_module *m, struct dxil_instr *instr) in emit_store() function 3298 return emit_store(m, instr); in emit_instr()
|