Home
last modified time | relevance | path

Searched defs:FragmentOutput (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp89 struct FragmentOutput struct
91FragmentOutput(void) : type(glu::TYPE_LAST), precision(glu::PRECISION_LAST), location(0), arrayLen… in FragmentOutput() function
95FragmentOutput(glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = 0) in FragmentOutput() function
103 glu::DataType type;
104 glu::Precision precision;
105 int location;
106 int arrayLength; //!< 0 if not an array.
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp103 struct FragmentOutput struct
105 FragmentOutput(rr::GenericVecType type_) : type(type_) in FragmentOutput() function
109 rr::GenericVecType type;
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/
H A Depilogue_rescale_output.h85 using FragmentOutput = Array<ElementOutput, kCount>; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h414 FragmentOutput, enumerator