Home
last modified time | relevance | path

Searched refs:fetch_component (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c798 hex |= ((uint64_t) I->fetch_component) << 14; in va_pack_instr()
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h500 enum bi_fetch_component fetch_component; member
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5550 unsigned fetch_component = num_channels - channel_start; in visit_load_input() local
5562 get_fetch_data_format(ctx, vtx_info, fetch_offset, &fetch_component, in visit_load_input()
5566 if (fetch_component == 3 && ctx->options->gfx_level == GFX6) in visit_load_input()
5567 fetch_component = 2; in visit_load_input()
5570 unsigned fetch_bytes = fetch_component * bitsize / 8; in visit_load_input()
5648 if (fetch_component == 1) { in visit_load_input()
5651 for (unsigned i = 0; i < MIN2(fetch_component, num_channels - channel_start); i++) in visit_load_input()
5656 channel_start += fetch_component; in visit_load_input()