Home
last modified time | relevance | path

Searched refs:amd_shader_explicit_vertex_parameter (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h112 bool amd_shader_explicit_vertex_parameter; member
/third_party/flutter/skia/third_party/spirv-tools/
DBUILD.gn118 spirv_vendor_tables("amd_shader_explicit_vertex_parameter") {
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c465 .amd_shader_explicit_vertex_parameter = true, in radv_shader_compile_to_nir()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c541 && (b->options && b->options->caps.amd_shader_explicit_vertex_parameter)) { in vtn_handle_extension()