Home
last modified time | relevance | path

Searched defs:dests (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c144 agx_emit_split(agx_builder *b, agx_index *dests, agx_index vec, unsigned n) in agx_emit_split()
158 agx_index dests[4] = { agx_null(), agx_null(), agx_null(), agx_null() }; in agx_emit_cached_split() local
222 agx_emit_load_attr(agx_builder *b, agx_index *dests, nir_intrinsic_instr *instr) in agx_emit_load_attr()
276 agx_emit_load_vary_flat(agx_builder *b, agx_index *dests, nir_intrinsic_instr *instr) in agx_emit_load_vary_flat()
296 agx_emit_load_vary(agx_builder *b, agx_index *dests, nir_intrinsic_instr *instr) in agx_emit_load_vary()
372 agx_emit_load_tile(agx_builder *b, agx_index *dests, nir_intrinsic_instr *instr) in agx_emit_load_tile()
441 agx_emit_load_frag_coord(agx_builder *b, agx_index *dests, nir_intrinsic_instr *instr) in agx_emit_load_frag_coord()
488 agx_index dests[4] = { agx_null() }; in agx_emit_intrinsic() local
Dagx_opcodes.py29 def __init__(self, name, dests, srcs, imms, is_float, can_eliminate, encoding_16, encoding_32): argument
60 def op(name, encoding_32, dests = 1, srcs = 0, imms = [], is_float = False, can_eliminate = True, e… argument
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_io.c200 nir_ssa_def *dests[4]; in vc4_nir_lower_vertex_attr() local
300 nir_ssa_def *dests[4]; in vc4_nir_lower_uniform() local
/third_party/cups-filters/scripting/php/
Dphpcups.c240 cups_dest_t *dests, /* Destinations */ in PHP_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_lds.cpp194 std::vector<PRegister, Allocator<PRegister> > dests; in from_string() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp588 std::vector<PRegister, Allocator<PRegister>> dests(3); in TEST_F() local
607 std::vector<PRegister, Allocator<PRegister>> dests(2); in TEST_F() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py184 …def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], … argument
/third_party/icu/icu4c/source/test/intltest/
Ditutil.cpp142 int32_t &dests; member in MyErrorCode
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c852 copy_vars(nir_builder *b, struct exec_list *dests, struct exec_list *srcs) in copy_vars()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1758 nir_ssa_def *dests[4]; in lower_64bit_vars() local
2983 nir_ssa_def *dests[NIR_MAX_VEC_COMPONENTS]; in split_bitfields_instr() local
/third_party/cups-filters/utils/
Dcups-browsed.c272 cups_dest_t *dests; member
3854 cups_dest_t *dests = dest_list.dests; in get_local_printers() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c224 bi_index dests[4] = { bi_null(), bi_null(), bi_null(), bi_null() }; in bi_emit_cached_split_i32() local