Home
last modified time | relevance | path

Searched refs:geometry_streams (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h59 bool geometry_streams; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c68 .geometry_streams = true, in tu_spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c491 .geometry_streams = true, in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c477 ctx->Const.SpirVCapabilities.geometry_streams = devinfo->ver >= 7; in brw_initialize_spirv_supported_capabilities()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1817 spirv_caps->geometry_streams = extensions->ARB_gpu_shader5; in st_init_extensions()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c480 .geometry_streams = true, in radv_shader_compile_to_nir()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c126 .geometry_streams = true, in anv_shader_compile_to_nir()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4444 spv_check_supported(geometry_streams, cap); in vtn_handle_preamble_instruction()