Searched refs:toy_dst (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_compiler_reg.h | 119 struct toy_dst { struct 214 tdst_is_null(struct toy_dst dst) in tdst_is_null() 223 static inline struct toy_dst 224 tdst_validate(struct toy_dst dst) in tdst_validate() 268 static inline struct toy_dst 269 tdst_type(struct toy_dst dst, enum toy_type type) in tdst_type() 278 static inline struct toy_dst 279 tdst_d(struct toy_dst dst) in tdst_d() 287 static inline struct toy_dst 288 tdst_ud(struct toy_dst dst) in tdst_ud() [all …]
|
D | toy_tgsi.c | 107 struct toy_dst *dst, in aos_simple() 195 struct toy_dst *dst, in aos_set_on_cond() 262 struct toy_dst *dst, in aos_compare() 288 struct toy_dst *dst, in aos_set_sign() 324 struct toy_dst *dst, in aos_tex() 391 struct toy_dst *dst, in aos_sample() 457 struct toy_dst *dst, in aos_LIT() 490 struct toy_dst *dst, in aos_EXP() 496 struct toy_dst tmp = in aos_EXP() 515 struct toy_dst *dst, in aos_LOG() [all …]
|
D | toy_compiler.h | 128 struct toy_dst dst; 186 static inline struct toy_dst 196 tc_alloc_tmp4(struct toy_compiler *tc, struct toy_dst *tmp) in tc_alloc_tmp4() 257 struct toy_dst dst, in tc_add3() 282 struct toy_dst dst, in tc_add2() 294 struct toy_dst dst, in tc_add1() 320 struct toy_dst dst, \ 329 struct toy_dst dst, \ 340 struct toy_dst dst, \ 352 struct toy_dst dst, \
|
D | ilo_shader_fs.c | 71 fetch_position(struct fs_compile_context *fcc, struct toy_dst dst) in fetch_position() 86 struct toy_dst tmp, tmp_uw; in fetch_position() 87 struct toy_dst real_dst[4]; in fetch_position() 134 fetch_face(struct fs_compile_context *fcc, struct toy_dst dst) in fetch_face() 138 struct toy_dst tmp_f, tmp; in fetch_face() 139 struct toy_dst real_dst[4]; in fetch_face() 159 fetch_attr(struct fs_compile_context *fcc, struct toy_dst dst, int slot) in fetch_attr() 162 struct toy_dst real_dst[4]; in fetch_attr() 234 struct toy_dst dst, int dim, int idx) in fs_lower_opcode_tgsi_in() 259 struct toy_dst dst, int dim, in fs_lower_opcode_tgsi_indirect_const() [all …]
|
D | ilo_shader_gs.c | 70 struct toy_dst urb_write_header; 75 struct toy_dst tmp; 78 struct toy_dst buffers[3]; 81 struct toy_dst so_written; 82 struct toy_dst so_index; 88 struct toy_dst total_vertices; 89 struct toy_dst total_prims; 91 struct toy_dst num_vertices; 92 struct toy_dst num_vertices_in_prim; 112 gs_COPY8(struct toy_compiler *tc, struct toy_dst dst, struct toy_src src) in gs_COPY8() [all …]
|
D | ilo_shader_vs.c | 60 struct toy_dst dst, int dim, int idx) in vs_lower_opcode_tgsi_in() 84 struct toy_dst dst, int dim, in vs_lower_opcode_tgsi_const_pcb() 105 struct toy_dst dst, int dim, in vs_lower_opcode_tgsi_const_gen6() 108 const struct toy_dst header = in vs_lower_opcode_tgsi_const_gen6() 110 const struct toy_dst block_offsets = in vs_lower_opcode_tgsi_const_gen6() 140 struct toy_dst dst, int dim, in vs_lower_opcode_tgsi_const_gen7() 144 const struct toy_dst offset = in vs_lower_opcode_tgsi_const_gen7() 172 struct toy_dst dst, int idx) in vs_lower_opcode_tgsi_imm() 190 struct toy_dst dst, int dim, int idx) in vs_lower_opcode_tgsi_sv() 294 struct toy_dst tmp = tc_alloc_tmp(tc); in vs_lower_opcode_tgsi_indirect() [all …]
|
D | toy_legalize.c | 79 struct toy_dst tmp; in toy_compiler_lower_math() 112 struct toy_dst dst = inst->dst; in toy_compiler_lower_math() 183 struct toy_dst tmp; in validate_imm() 225 const struct toy_dst acc0 = in lower_opcode_mul() 253 const struct toy_dst acc0 = tdst(TOY_FILE_ARF, GEN6_ARF_ACC0, 0); in lower_opcode_mac() 260 struct toy_dst tmp = tdst_type(tc_alloc_tmp(tc), inst_type); in lower_opcode_mac()
|
D | toy_helpers.h | 58 tdst_transpose(struct toy_dst dst, struct toy_dst *trans) in tdst_transpose()
|
D | toy_tgsi.h | 41 struct toy_dst *dst,
|
D | ilo_shader_cs.c | 127 struct toy_dst header; in cs_dummy()
|
D | toy_compiler.c | 240 tc_dump_dst(struct toy_compiler *tc, struct toy_dst dst) in tc_dump_dst()
|