Home
last modified time | relevance | path

Searched refs:__gen_unpack_uint (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h263 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_HALT_unpack()
290 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_NOP_unpack()
317 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_FLUSH_unpack()
344 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_FLUSH_ALL_STATE_unpack()
371 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_START_TILE_BINNING_unpack()
398 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_INCREMENT_SEMAPHORE_unpack()
425 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_WAIT_ON_SEMAPHORE_unpack()
452 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_WAIT_FOR_PREVIOUS_FRAME_unpack()
479 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_ENABLE_Z_ONLY_RENDERING_unpack()
506 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_DISABLE_Z_ONLY_RENDERING_unpack()
[all …]
Dv3d_packet_v21_pack.h58 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_HALT_unpack()
85 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_NOP_unpack()
112 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_FLUSH_unpack()
139 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_FLUSH_ALL_STATE_unpack()
166 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_START_TILE_BINNING_unpack()
193 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_INCREMENT_SEMAPHORE_unpack()
220 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_WAIT_ON_SEMAPHORE_unpack()
257 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_BRANCH_unpack()
295 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_BRANCH_TO_SUB_LIST_unpack()
323 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_RETURN_FROM_SUB_LIST_unpack()
[all …]
/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint() function
179 int64_t val = __gen_unpack_uint(cl, start, end); in __gen_unpack_sint()
197 int32_t bits = __gen_unpack_uint(cl, start, end); in __gen_unpack_ufixed()
216 uint32_t bits = __gen_unpack_uint(cl, start, end); in __gen_unpack_f187()
Dv3d_decoder.c737 if (subid && (__gen_unpack_uint(p, subid->start, subid->end) != in v3d_spec_find_instruction()
876 uint32_t value = __gen_unpack_uint(iter->p, s, e); in v3d_field_iterator_next()
887 __gen_unpack_uint(iter->p, s, e) ? in v3d_field_iterator_next()
902 __gen_unpack_uint(iter->p, s, e) << (31 - (e - s)); in v3d_field_iterator_next()
921 __gen_unpack_uint(iter->p, s, e) << (31 - (e - s))); in v3d_field_iterator_next()
937 (unsigned)__gen_unpack_uint(iter->p, s, e)); in v3d_field_iterator_next()
947 (unsigned)__gen_unpack_uint(iter->p, s, e)); in v3d_field_iterator_next()
953 uint32_t value = __gen_unpack_uint(iter->p, s, e); in v3d_field_iterator_next()
/external/mesa3d/src/broadcom/clif/
Dv3dx_dump.c36 #define __gen_unpack_address(cl, s, e) (__gen_unpack_uint(cl, s, e) << (31 - (e - s)))
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_cl.h62 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.h62 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address()
/external/mesa3d/docs/relnotes/
D20.3.0.rst908 - panfrost: gen_pack: Fix \__gen_unpack_uint()