Searched refs:input_patch_size (Results 1 – 6 of 6) 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()
56 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()
108 unsigned input_patch_size, output_patch_size, output_patch0_offset; in si_emit_derived_tess_state() local144 input_patch_size = num_tcs_input_cp * input_vertex_size; in si_emit_derived_tess_state()159 *num_patches = MIN2(*num_patches, hardware_lds_size / (input_patch_size + in si_emit_derived_tess_state()180 output_patch0_offset = input_patch_size * *num_patches; in si_emit_derived_tess_state()207 assert(((input_patch_size / 4) & ~0x1fff) == 0); in si_emit_derived_tess_state()214 tcs_in_layout = (input_patch_size / 4) | in si_emit_derived_tess_state()
3685 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; in evergreen_setup_tess_constants() local3728 input_patch_size = num_tcs_input_cp * input_vertex_size; in evergreen_setup_tess_constants()3733 output_patch0_offset = rctx->tcs_shader ? input_patch_size * *num_patches : 0; in evergreen_setup_tess_constants()3738 values[0] = input_patch_size; in evergreen_setup_tess_constants()