Searched defs:conv_type (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 540 struct lp_type fetch_type, conv_type; in lp_build_fetch_rgba_aos() local 625 struct lp_type conv_type; in lp_build_fetch_rgba_aos() local
|
D | lp_bld_format_soa.c | 165 struct lp_type conv_type = lp_uint_type(type); in lp_build_extract_soa_chan() local 615 struct lp_type conv_type = type; in lp_build_fetch_rgba_soa() local
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 2223 SpvId conv_type = get_alu_type(ctx, type, 1, nir_src_bit_size(alu->src[0].src)); in emit_alu() local 2251 SpvId conv_type = get_alu_type(ctx, type, 1, bit_size); in emit_alu() local 2272 SpvId conv_type = get_alu_type(ctx, type, 1, bit_size); in emit_alu() local
|