Home
last modified time | relevance | path

Searched refs:tes_output_segment_pack_mode (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h3720 enum V3D33_Pack_Mode tes_output_segment_pack_mode; member
3753 __gen_uint(values->tes_output_segment_pack_mode, 6, 7); in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_pack()
3787 values->tes_output_segment_pack_mode = __gen_unpack_uint(cl, 22, 23); in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_unpack()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c461 shader.tes_output_segment_pack_mode = V3D_PACK_MODE_16_WAY; in v3d_emit_tes_gs_shader_params()