Searched refs:input_patch_size (Results 1 – 7 of 7) sorted by relevance
480 unsigned int input_patch_size; member490 input_patch_size = 0; in _test_descriptor()501 unsigned int input_patch_size);
3901 unsigned int input_patch_size) in initTestDescriptor() argument3903 out_test_ptr->input_patch_size = input_patch_size; in initTestDescriptor()3963 vertices_stringstream << input_patch_size; in initTestDescriptor()4120 gl.patchParameteri(m_glExtTokens.PATCH_VERTICES, test_iterator->input_patch_size); in iterate()4123 n_patch_vertices = test_iterator->input_patch_size; in iterate()4167 if (te_PatchVerticesInSize != test_iterator->input_patch_size) in iterate()4171 << " expected:" << test_iterator->input_patch_size in iterate()
57 uint32_t input_patch_size; member
335 tcp->tp.input_patch_size = info->prop.tp.inputPatchSize; in nvc0_tcp_gen_header()366 tep->tp.input_patch_size = ~0; in nvc0_tep_gen_header()
114 unsigned input_patch_size, output_patch_size, output_patch0_offset; in si_emit_derived_tess_state() local166 input_patch_size = num_tcs_input_cp * input_vertex_size; in si_emit_derived_tess_state()185 *num_patches = MIN2(*num_patches, hardware_lds_size / (input_patch_size + in si_emit_derived_tess_state()221 output_patch0_offset = input_patch_size * *num_patches; in si_emit_derived_tess_state()227 assert(((input_patch_size / 4) & ~0x1fff) == 0); in si_emit_derived_tess_state()234 tcs_in_layout = S_VS_STATE_LS_OUT_PATCH_SIZE(input_patch_size / 4) | in si_emit_derived_tess_state()
1382 unsigned input_patch_size, output_patch_size, output_patch0_offset; in calculate_tess_state() local1403 input_patch_size = num_tcs_input_cp * input_vertex_size; in calculate_tess_state()1417 num_patches = MIN2(num_patches, hardware_lds_size / (input_patch_size + output_patch_size)); in calculate_tess_state()1435 output_patch0_offset = input_patch_size * num_patches; in calculate_tess_state()1451 tess->tcs_in_layout = (input_patch_size / 4) | in calculate_tess_state()
4372 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; in evergreen_setup_tess_constants() local4414 input_patch_size = num_tcs_input_cp * input_vertex_size; in evergreen_setup_tess_constants()4419 output_patch0_offset = rctx->tcs_shader ? input_patch_size * *num_patches : 0; in evergreen_setup_tess_constants()4424 values[0] = input_patch_size; in evergreen_setup_tess_constants()