OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatherType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
744
enum
GatherType
760
static inline const char* gatherTypeName (
GatherType
type)
772
static inline const char* gatherTypeDescription (
GatherType
type)
784
static inline bool requireGpuShader5 (
GatherType
gatherType
)
786
return
gatherType
== GATHERTYPE_OFFSET_DYNAMIC ||
gatherType
== GATHERTYPE_OFFSETS;
814
static MovePtr<PixelOffsets> makePixelOffsetsFunctor (
GatherType
gatherType
, const GatherArgs& gatherArgs, const IVec2& offsetRange)
816
if (
gatherType
== GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp
753
enum
GatherType
777
static inline const char* gatherTypeName (
GatherType
type)
789
static inline const char* gatherTypeDescription (
GatherType
type)
801
static inline bool requireGpuShader5 (
GatherType
gatherType
, OffsetSize offsetSize)
803
return
gatherType
== GATHERTYPE_OFFSET_DYNAMIC ||
gatherType
== GATHERTYPE_OFFSETS
832
static MovePtr<PixelOffsets> makePixelOffsetsFunctor (
GatherType
gatherType
, const GatherArgs& gatherArgs, const IVec2& offsetRange)
834
if (
gatherType
== GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET
[
all
...]
Completed in 53 milliseconds