/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | Layout.cpp | 249 const size_t baseAlignment) in CommonGlslStructLayoutOf() 271 const size_t baseAlignment) in CommonGlslLayoutOf()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.cpp | 168 size_t baseAlignment = GetStd430BaseAlignment(variable.type, isRowMajor); in visitVariable() local 256 void BlockLayoutEncoder::align(size_t baseAlignment) in align() 300 size_t baseAlignment = 0; in getBlockLayoutInfo() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 531 int baseAlignment = 0; in computeInterfaceBlockAlignment() local 560 int baseAlignment = computeInterfaceBlockMemberAlignment(type); in computeXfbLayout() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 531 int baseAlignment = 0; in computeInterfaceBlockAlignment() local 560 int baseAlignment = computeInterfaceBlockMemberAlignment(type); in computeXfbLayout() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 477 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(type,… in computeReferenceLayout() local 618 …const int baseAlignment = (blockLayoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment… in computeReferenceLayout() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 477 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(type,… in computeReferenceLayout() local 618 …const int baseAlignment = (blockLayoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment… in computeReferenceLayout() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_decorations.cpp | 181 uint32_t baseAlignment = 1; in getBaseAlignment() local
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_decorations.cpp | 181 uint32_t baseAlignment = 1; in getBaseAlignment() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 469 const int baseAlignment = isStd140 ? computeStd140BaseAlignment(type, layoutFlags) in computeReferenceLayout() local 596 const int baseAlignment = isStd140 ? computeStd140BaseAlignment(varType, combinedFlags) in computeReferenceLayout() local
|
/third_party/spirv-tools/source/val/ |
D | validate_decorations.cpp | 192 uint32_t baseAlignment = 1; in getBaseAlignment() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 436 int baseAlignment = computeStd140BaseAlignment(type); in computeStd140Layout() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 562 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(type,… in computeReferenceLayout() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.cpp | 463 int baseAlignment = computeStd140BaseAlignment(type); in computeStd140Layout() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 562 …const int baseAlignment = (layoutFlags & LAYOUT_SCALAR) != 0 ? computeScalarBlockAlignment(type,… in computeReferenceLayout() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 346 size_t baseAlignment = 0; in getBlockLayoutInfo() local
|