Home
last modified time | relevance | path

Searched refs:dim0 (Results 1 - 3 of 3) sorted by relevance

/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp78 bool IsIllegalSample(const glslang::TString& name, const char* argOrder, int dim0) in IsIllegalSample() argument
85 if (dim0 == 3 && (isArrayed || name == "SampleCmp" || name == "SampleCmpLevelZero")) in IsIllegalSample()
91 if (dim0 == 4) { in IsIllegalSample()
117 if (dim0 == 1 || dim0 == 3) // there are no 1D or 3D gathers in IsIllegalSample()
121 if (dim0 == 4) { in IsIllegalSample()
128 if (name == "Load" && dim0 == 4) in IsIllegalSample()
132 if (isMS && dim0 != 2) in IsIllegalSample()
136 if (isBuffer && dim0 != 1) in IsIllegalSample()
211 // dim0
213 AppendTypeName(glslang::TString& s, const char* argOrder, const char* argType, int dim0, int dim1) AppendTypeName() argument
334 IsValid(const char* cname, char , char , char argOrder, char , int dim0, int ) IsValid() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp941 const uint32_t dim0 = 34; in createGlobalPriorityQueueTests() local
975 cfg.width = swap ? dim0 : dim1; in createGlobalPriorityQueueTests()
976 cfg.height = swap ? dim1 : dim0; in createGlobalPriorityQueueTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp1043 const uint32_t dim0 = 34; in createGlobalPriorityQueueTests() local
1077 cfg.width = swap ? dim0 : dim1; in createGlobalPriorityQueueTests()
1078 cfg.height = swap ? dim1 : dim0; in createGlobalPriorityQueueTests()

Completed in 5 milliseconds