Searched refs:src_t (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opcodes.py209 for src_t in [tint, tuint, tfloat, tbool]:
210 if src_t == tbool:
212 elif src_t == tint:
214 elif src_t == tuint:
216 elif src_t == tfloat:
221 if bit_size == 16 and dst_t == tfloat and src_t == tfloat:
224 unop_numeric_convert("{0}2{1}{2}{3}".format(src_t[0], dst_t[0],
226 dst_t + str(bit_size), src_t, "src0")
229 unop_numeric_convert("{0}2{1}{2}".format(src_t[0], dst_t[0], bit_size),
230 dst_t + str(bit_size), src_t, conv_exp
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opcodes.py229 for src_t in [tint, tuint, tfloat, tbool]:
230 if src_t == tbool:
232 elif src_t == tint:
234 elif src_t == tuint:
236 elif src_t == tfloat:
241 if dst_bit_size == 16 and dst_t == tfloat and src_t == tfloat:
263 unop_numeric_convert("{0}2{1}{2}{3}".format(src_t[0],
268 src_t, conv_expr)
269 elif dst_bit_size == 32 and dst_t == tfloat and src_t == tfloat:
277 unop_numeric_convert("{0}2{1}{2}".format(src_t[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2128 struct pipe_transfer *src_t, *dst_t; local in function:handle_copy_image_to_buffer2_khr
2147 &src_t);
2187 src_data, src_format, src_t->stride, src_t->layer_stride, 0, 0, 0);
2195 src_data, src_t->stride, src_t->layer_stride, 0, 0, 0);
2197 state->pctx->texture_unmap(state->pctx, src_t);
2209 struct pipe_transfer *src_t, *dst_t; local in function:handle_copy_buffer_to_image
2227 &src_t);
2281 state->pctx->buffer_unmap(state->pctx, src_t);
2831 struct pipe_transfer *src_t; local in function:handle_copy_query_pool_results
[all...]

Completed in 9 milliseconds