Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp66 struct VecArrayAccess struct
69 VecArrayAccess(const void *ptr) : m_array((tcu::Vector<T, Size> *)ptr) in VecArrayAccess() argument
72 ~VecArrayAccess(void) in ~VecArrayAccess()
76 const tcu::Vector<T, Size> &operator[](size_t offset) const in operator []()
80 tcu::Vector<T, Size> &operator[](size_t offset) in operator []()
86 tcu::Vector<T, Size> *m_array;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp56 struct VecArrayAccess struct
59 VecArrayAccess(const void *ptr) : m_array((tcu::Vector<T, Size> *)ptr) in VecArrayAccess() argument
62 ~VecArrayAccess(void) in ~VecArrayAccess()
66 const tcu::Vector<T, Size> &operator[](size_t offset) const in operator []()
70 tcu::Vector<T, Size> &operator[](size_t offset) in operator []()
76 tcu::Vector<T, Size> *m_array;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp60 struct VecArrayAccess struct
63 VecArrayAccess(const void *ptr) : m_array((tcu::Vector<T, Size> *)ptr) in VecArrayAccess() function
66 ~VecArrayAccess(void) in ~VecArrayAccess()
70 const tcu::Vector<T, Size> &operator[](size_t offset) const in operator []()
74 tcu::Vector<T, Size> &operator[](size_t offset) in operator []()
80 tcu::Vector<T, Size> *m_array;