Searched defs:pPipe (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2024 static bool validate_draw_state_flags(layer_data *dev_data, GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe, bool indexedDraw) { argument
2030 if (pPipe->graphicsPipelineCI.pInputAssemblyState &&
2031 ((pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST) ||
2032 (pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP))) {
2036 if (pPipe->graphicsPipelineCI.pRasterizationState &&
2037 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) {
2041 if (pPipe->blendConstantsEnabled) {
2045 if (pPipe->graphicsPipelineCI.pDepthStencilState &&
2046 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) {
2050 if (pPipe
2765 PIPELINE_NODE *pPipe = getPipeline(my_data, state.pipeline); local
3692 set_cb_pso_status(GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe) argument
5586 set_pipeline_state(PIPELINE_NODE *pPipe) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2024 static bool validate_draw_state_flags(layer_data *dev_data, GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe, bool indexedDraw) { argument
2030 if (pPipe->graphicsPipelineCI.pInputAssemblyState &&
2031 ((pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST) ||
2032 (pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP))) {
2036 if (pPipe->graphicsPipelineCI.pRasterizationState &&
2037 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) {
2041 if (pPipe->blendConstantsEnabled) {
2045 if (pPipe->graphicsPipelineCI.pDepthStencilState &&
2046 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) {
2050 if (pPipe
2765 PIPELINE_NODE *pPipe = getPipeline(my_data, state.pipeline); local
3692 set_cb_pso_status(GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe) argument
5586 set_pipeline_state(PIPELINE_NODE *pPipe) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2024 static bool validate_draw_state_flags(layer_data *dev_data, GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe, bool indexedDraw) { argument
2030 if (pPipe->graphicsPipelineCI.pInputAssemblyState &&
2031 ((pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST) ||
2032 (pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP))) {
2036 if (pPipe->graphicsPipelineCI.pRasterizationState &&
2037 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) {
2041 if (pPipe->blendConstantsEnabled) {
2045 if (pPipe->graphicsPipelineCI.pDepthStencilState &&
2046 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) {
2050 if (pPipe
2765 PIPELINE_NODE *pPipe = getPipeline(my_data, state.pipeline); local
3692 set_cb_pso_status(GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe) argument
5586 set_pipeline_state(PIPELINE_NODE *pPipe) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2024 static bool validate_draw_state_flags(layer_data *dev_data, GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe, bool indexedDraw) { argument
2030 if (pPipe->graphicsPipelineCI.pInputAssemblyState &&
2031 ((pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST) ||
2032 (pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP))) {
2036 if (pPipe->graphicsPipelineCI.pRasterizationState &&
2037 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) {
2041 if (pPipe->blendConstantsEnabled) {
2045 if (pPipe->graphicsPipelineCI.pDepthStencilState &&
2046 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) {
2050 if (pPipe
2765 PIPELINE_NODE *pPipe = getPipeline(my_data, state.pipeline); local
3692 set_cb_pso_status(GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe) argument
5586 set_pipeline_state(PIPELINE_NODE *pPipe) argument
[all...]

Completed in 61 milliseconds