Home
last modified time | relevance | path

Searched refs:cb_state (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Ddynamic-state.txt7 dEQP-VK.dynamic_state.cb_state.blend_constants
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-rtpaux.c93 cb_state (GstBus * bus, GstMessage * message, gpointer data) in cb_state() function
271 g_signal_connect (bus, "message::state-changed", G_CALLBACK (cb_state), pipe); in main()
Dclient-rtpaux.c186 cb_state (GstBus * bus, GstMessage * message, gpointer data) in cb_state() function
352 g_signal_connect (bus, "message::state-changed", G_CALLBACK (cb_state), pipe); in main()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c473 const VkPipelineColorBlendStateCreateInfo *cb_state, in create_pipeline() argument
548 .pColorBlendState = cb_state, in create_pipeline()
631 const VkPipelineColorBlendStateCreateInfo cb_state = { in create_color_clear_pipeline() local
644 &cb_state, in create_color_clear_pipeline()
690 const VkPipelineColorBlendStateCreateInfo cb_state = { in create_depth_clear_pipeline() local
703 &cb_state, in create_depth_clear_pipeline()
Dv3dv_meta_copy.c1582 const VkPipelineColorBlendStateCreateInfo *cb_state,
1833 const VkPipelineColorBlendStateCreateInfo cb_state = { in create_texel_buffer_copy_pipeline() local
1854 &cb_state, in create_texel_buffer_copy_pipeline()
3346 const VkPipelineColorBlendStateCreateInfo *cb_state, in create_pipeline() argument
3419 .pColorBlendState = cb_state, in create_pipeline()
3523 const VkPipelineColorBlendStateCreateInfo cb_state = { in create_blit_pipeline() local
3544 &cb_state, in create_blit_pipeline()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c380 VkPipelineColorBlendStateCreateInfo* cb_state; in deep_copy_graphics_create_info() local
382 cb_state = ralloc(mem_ctx, VkPipelineColorBlendStateCreateInfo); in deep_copy_graphics_create_info()
383 if (!cb_state) in deep_copy_graphics_create_info()
385 deep_copy_color_blend_state(mem_ctx, cb_state, src->pColorBlendState); in deep_copy_graphics_create_info()
386 dst->pColorBlendState = cb_state; in deep_copy_graphics_create_info()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c81 const VkPipelineColorBlendStateCreateInfo *cb_state, const VkPipelineLayout layout, in create_pipeline() argument
140 .pColorBlendState = cb_state, in create_pipeline()
285 const VkPipelineColorBlendStateCreateInfo cb_state = { in create_color_pipeline() local
296 &vi_state, &ds_state, &cb_state, device->meta_state.clear_color_p_layout, in create_color_pipeline()
621 const VkPipelineColorBlendStateCreateInfo cb_state = { in create_depthstencil_pipeline() local
640 &vi_state, &ds_state, &cb_state, device->meta_state.clear_depth_p_layout, in create_depthstencil_pipeline()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Ddynamic-state.txt9 dEQP-VK.dynamic_state.cb_state.blend_constants
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Ddynamic-state.txt9 dEQP-VK.dynamic_state.cb_state.blend_constants
/third_party/vk-gl-cts/android/cts/master/vk-master/
Ddynamic-state.txt9 dEQP-VK.dynamic_state.cb_state.blend_constants
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1304 lower_system_value_to_zero_filter(const nir_instr* instr, const void* cb_state) in lower_system_value_to_zero_filter() argument
1318 zero_system_values_state* state = (zero_system_values_state*)cb_state; in lower_system_value_to_zero_filter()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.8208 (cb_state), (cb_play), (main):