Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp416 struct TextureFunctionArguments struct in SPIRV_CROSS_NAMESPACE::CompilerGLSL
419 TextureFunctionArguments() = default;
426 virtual std::string to_function_args(const TextureFunctionArguments &args, bool *p_forward);
Dspirv_msl.hpp752 std::string to_function_args(const TextureFunctionArguments &args, bool *p_forward) override;
Dspirv_msl.cpp7920 TextureFunctionArguments args = {}; in emit_instruction()
9438 string CompilerMSL::to_function_args(const TextureFunctionArguments &args, bool *p_forward) in to_function_args()
Dspirv_glsl.cpp6793 TextureFunctionArguments args = {}; in to_texture_op()
6986 string CompilerGLSL::to_function_args(const TextureFunctionArguments &args, bool *p_forward) in to_function_args()