Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h3717 uint32_t tcs_output_segment_size_in_sectors; member
3749 cl[ 1] = __gen_uint(values->tcs_output_segment_size_in_sectors, 0, 5) | in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_pack()
3784 values->tcs_output_segment_size_in_sectors = __gen_unpack_uint(cl, 8, 13); in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_unpack()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c458 shader.tcs_output_segment_size_in_sectors = 1; in v3d_emit_tes_gs_shader_params()