Home
last modified time | relevance | path

Searched refs:input_patch_size (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTCTE.hpp480 unsigned int input_patch_size; member
490 input_patch_size = 0; in _test_descriptor()
501 unsigned int input_patch_size);
DesextcTessellationShaderTCTE.cpp3901 unsigned int input_patch_size) in initTestDescriptor() argument
3903 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()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.h57 uint32_t input_patch_size; member
Dnvc0_program.c335 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c114 unsigned input_patch_size, output_patch_size, output_patch0_offset; in si_emit_derived_tess_state() local
166 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()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1382 unsigned input_patch_size, output_patch_size, output_patch0_offset; in calculate_tess_state() local
1403 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()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4372 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; in evergreen_setup_tess_constants() local
4414 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()