Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnResourceProvider.cpp35 wgpu::ShaderModule create_shader_module(const wgpu::Device& device, const char* source) { in create_shader_module() function
389 auto vsModule = create_shader_module(dawnSharedContext()->device(), kVertexShaderText); in findOrCreateBlitWithDrawPipeline()
390 auto fsModule = create_shader_module(dawnSharedContext()->device(), kFragmentShaderText); in findOrCreateBlitWithDrawPipeline()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1339 pub create_shader_module: PFN_vkCreateShaderModule, field
2145 create_shader_module: unsafe { in load()
2146 unsafe extern "system" fn create_shader_module( in load() function
2152 panic!(concat!("Unable to load ", stringify!(create_shader_module))) in load()
2158 create_shader_module in load()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs2626 pub unsafe fn create_shader_module( in create_shader_module() method
2632 (self.device_fn_1_0.create_shader_module)( in create_shader_module()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/
Dmod.rs272 (fns.v1_0.create_shader_module)( in from_words_with_data()