Searched defs:Spirv (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/ |
D | reflect.rs | 57 spirv: &Spirv, in entry_points() 119 spirv: &Spirv, in shader_execution() 254 spirv: &Spirv, in inspect_entry_point() 269 chain: [fn(&Spirv, Id) -> Option<Id>; N], in inspect_entry_point() 314 fn inst_image_texel_pointer(spirv: &Spirv, id: Id) -> Option<Id> { in inspect_entry_point() 321 fn inst_load(spirv: &Spirv, id: Id) -> Option<Id> { in inspect_entry_point() 328 fn inst_sampled_image(spirv: &Spirv, id: Id) -> Option<Id> { in inspect_entry_point() 767 fn descriptor_binding_requirements_of(spirv: &Spirv, variable_id: Id) -> DescriptorBindingVariable { in descriptor_binding_requirements_of() 1004 fn push_constant_requirements(spirv: &Spirv, stage: ShaderStage) -> Option<PushConstantRange> { in push_constant_requirements() 1034 spirv: &Spirv, in specialization_constant_requirements() [all …]
|
D | spirv.rs | 32 pub struct Spirv { struct 50 impl Spirv { argument 52 pub fn new(words: &[u32]) -> Result<Spirv, SpirvError> { in new()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 31 Spirv::Spirv( in Spirv() function in sw::Spirv
|
H A D | SpirvShader.hpp | 155 class Spirv class
|