HomeSort by relevance Sort by last modified time
    Searched refs:isUnsizedArray (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/
GrShaderVar.cpp 50 if (this->isUnsizedArray()) {
GrShaderVar.h 191 bool isUnsizedArray() const { return kUnsizedArray == fCount; }
  /external/skia/src/gpu/vk/
GrVkVaryingHandler.cpp 89 if (var.isArray() && !var.isUnsizedArray()) {
  /external/skqp/src/gpu/
GrShaderVar.cpp 72 if (this->isUnsizedArray()) {
GrShaderVar.h 212 bool isUnsizedArray() const { return kUnsizedArray == fCount; }
  /external/skqp/src/gpu/vk/
GrVkVaryingHandler.cpp 89 if (var.isArray() && !var.isUnsizedArray()) {
  /external/swiftshader/src/OpenGL/compiler/
Types.h 432 bool isUnsizedArray() const { return array && arraySize == 0; }
603 bool isUnsizedArray() const
ParseHelper.cpp 995 if(type.isUnsizedArray())
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
linkValidate.cpp 474 if (type.isUnsizedArray()) {
475 if (unitType.isUnsizedArray()) {
506 (symbol.getType().isUnsizedArray() || unitSymbol.getType().isUnsizedArray()))) {
    [all...]
ParseHelper.cpp 412 if (base->getType().isUnsizedArray()) {
430 if (base->getType().isUnsizedArray()) {
577 if (symbolNode->getType().isUnsizedArray()) {
649 if (type.isUnsizedArray())
    [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 183 static bool isUnsizedArray (const BufferVarLayoutEntry& entry)
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 142 static bool isUnsizedArray (const BufferVarLayoutEntry& entry)
    [all...]

Completed in 299 milliseconds