Home
last modified time | relevance | path

Searched refs:tess_state (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp597 VkPipelineTessellationStateCreateInfo tess_state; in create_graphics_pipeline() local
598 tess_state.sType = VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO; in create_graphics_pipeline()
599 tess_state.pNext = NULL; in create_graphics_pipeline()
600 tess_state.flags = 0; in create_graphics_pipeline()
601 tess_state.patchControlPoints = patch_size; in create_graphics_pipeline()
685 gfx_pipeline_info.pTessellationState = &tess_state; in create_graphics_pipeline()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c320 VkPipelineTessellationStateCreateInfo *tess_state; in deep_copy_graphics_create_info() local
321 tess_state = malloc(sizeof(VkPipelineTessellationStateCreateInfo)); in deep_copy_graphics_create_info()
322 if (!tess_state) in deep_copy_graphics_create_info()
324 memcpy(tess_state, src->pTessellationState, sizeof(VkPipelineTessellationStateCreateInfo)); in deep_copy_graphics_create_info()
325 dst->pTessellationState = tess_state; in deep_copy_graphics_create_info()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h598 float tess_state[8]; member
Dr600_state_common.c1319 ptr = rctx->tess_state; in r600_update_driver_const_buffers()
1322 memcpy(ptr, rctx->tess_state, R600_TCS_DEFAULT_LEVELS_SIZE); in r600_update_driver_const_buffers()
1337 memcpy(ptr, rctx->tess_state, R600_TCS_DEFAULT_LEVELS_SIZE); in r600_update_driver_const_buffers()
Devergreen_state.c3990 memcpy(rctx->tess_state, default_outer_level, sizeof(float) * 4); in evergreen_set_tess_state()
3991 memcpy(rctx->tess_state+4, default_inner_level, sizeof(float) * 2); in evergreen_set_tess_state()