Searched refs:AGX_SIZE_16 (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | test-lower-parallel-copy.cpp | 75 { .dest = 0, .src = 1, .size = AGX_SIZE_16 }, in TEST_F() 76 { .dest = 4, .src = 5, .size = AGX_SIZE_16 }, in TEST_F() 80 agx_mov_to(b, agx_register(0, AGX_SIZE_16), agx_register(1, AGX_SIZE_16)); in TEST_F() 81 agx_mov_to(b, agx_register(4, AGX_SIZE_16), agx_register(5, AGX_SIZE_16)); in TEST_F() 98 { .dest = 0, .src = 1, .size = AGX_SIZE_16 }, in TEST_F() 99 { .dest = 4, .src = 1, .size = AGX_SIZE_16 }, in TEST_F() 103 agx_mov_to(b, agx_register(0, AGX_SIZE_16), agx_register(1, AGX_SIZE_16)); in TEST_F() [all...] |
H A D | test-optimizer.cpp | 55 hx = agx_register(0, AGX_SIZE_16); in Optimizer()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_pack.c | 83 assert(index.size == AGX_SIZE_16); in agx_pack_lod() 94 assert(index.size == AGX_SIZE_16 || index.size == AGX_SIZE_32); in agx_pack_memory_reg() 95 assert(index.size == AGX_SIZE_16 || (index.value & 1) == 0); in agx_pack_memory_reg() 172 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32); in agx_pack_alu_src() 189 (size == AGX_SIZE_16) ? 0x0 : 0x0; in agx_pack_alu_src() 214 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32); in agx_pack_cmpsel_src() 226 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32); in agx_pack_cmpsel_src() 268 if (!agx_is_null(I->dest[d]) && I->dest[d].size != AGX_SIZE_16) in agx_all_16() 273 if (!agx_is_null(I->src[s]) && I->src[s].size != AGX_SIZE_16) in agx_all_16()
|
H A D | agx_print.c | 31 case AGX_SIZE_16: in agx_print_sized() 87 if (index.size == AGX_SIZE_16) in agx_print_index()
|
H A D | agx_lower_parallel_copy.c | 111 entry->size = AGX_SIZE_16; in split_32bit_copy() 112 new_entry->size = AGX_SIZE_16; in split_32bit_copy()
|
H A D | agx_compiler.h | 64 AGX_SIZE_16 = 0, enumerator 73 case AGX_SIZE_16: return 1; in agx_size_align_16() 435 case 16: return AGX_SIZE_16; in agx_size_for_bits()
|
H A D | agx_optimizer.c | 128 bool fp16 = (def->dest[0].size == AGX_SIZE_16); in agx_optimizer_inline_imm()
|
H A D | agx_register_allocate.c | 166 unsigned align = (I->dest[d].size == AGX_SIZE_16) ? 1 : 2; in agx_ra_assign_local()
|
H A D | agx_compile.c | 730 if (s0.size != AGX_SIZE_16) in agx_emit_alu() 931 AGX_PUSH_ARRAY_SIZE_MINUS_1, AGX_SIZE_16, in agx_emit_tex() 937 agx_index layer16 = agx_temp(b->shader, AGX_SIZE_16); in agx_emit_tex()
|
Completed in 8 milliseconds