Home
last modified time | relevance | path

Searched defs:GatherArgs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp827 struct GatherArgs struct
829 …componentNdx; // If negative, implicit component index 0 is used (i.e. the parameter is not given).
830 IVec2 offsets
833 GatherArgs(void) : componentNdx(-1) in GatherArgs() function
838GatherArgs(int comp, const IVec2 &off0 = IVec2(), const IVec2 &off1 = IVec2(), const IVec2 &off2 =… in GatherArgs() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp867 struct GatherArgs struct
869 …componentNdx; // If negative, implicit component index 0 is used (i.e. the parameter is not given).
870 IVec2 offsets
873 GatherArgs(void) : componentNdx(-1) in GatherArgs() argument
878GatherArgs(int comp, const IVec2 &off0 = IVec2(), const IVec2 &off1 = IVec2(), const IVec2 &off2 =… in GatherArgs() argument