Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h3718 enum V3D33_Pack_Mode tcs_output_segment_pack_mode; member
3750 __gen_uint(values->tcs_output_segment_pack_mode, 6, 7); in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_pack()
3785 values->tcs_output_segment_pack_mode = __gen_unpack_uint(cl, 14, 15); in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_unpack()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c459 shader.tcs_output_segment_pack_mode = V3D_PACK_MODE_16_WAY; in v3d_emit_tes_gs_shader_params()