Searched refs:tbg_max_patches_per_tcs_batch (Results 1 – 2 of 2) sorted by relevance
3723 uint32_t tbg_max_patches_per_tcs_batch; member3739 assert(values->tbg_max_patches_per_tcs_batch >= 1); in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_pack()3758 cl[ 4] = __gen_uint(values->tbg_max_patches_per_tcs_batch - 1, 0, 3) | in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_pack()3790 values->tbg_max_patches_per_tcs_batch = __gen_unpack_uint(cl, 32, 35) + 1; in V3D33_TESSELLATION_GEOMETRY_SHADER_PARAMS_unpack()
465 shader.tbg_max_patches_per_tcs_batch = 1; in v3d_emit_tes_gs_shader_params()