Home
last modified time | relevance | path

Searched defs:FragmentSource (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp131 struct FragmentSource struct
133 FragmentSource(const std::string &str) : source(str) in FragmentSource() argument
137 std::string source;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp370 struct FragmentSource : public ShaderSource struct
372 FragmentSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) in FragmentSource() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/
H A Depilogue_rescale_output.h86 using FragmentSource = Array<ElementSource, kCount>; variable