Home
last modified time | relevance | path

Searched refs:input_patch_size (Results 1 – 6 of 6) 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.h56 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.c108 unsigned input_patch_size, output_patch_size, output_patch0_offset; in si_emit_derived_tess_state() local
144 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()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c3685 unsigned input_patch_size, pervertex_output_patch_size, output_patch_size; in evergreen_setup_tess_constants() local
3728 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()