Home
last modified time | relevance | path

Searched refs:needsConversion (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp97 bool needsConversion = (d3dVertexInfo.conversionType & VERTEX_CONVERT_CPU) > 0; in storeVertexAttributes() local
99 if (!needsConversion && inputStride == elementSize) in storeVertexAttributes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp618 bool needsConversion = in syncDirtyAttrib() local
621 if (needsConversion) in syncDirtyAttrib()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5824 const auto needsConversion = [&](int argNum) { in addOutputArgumentConversions() local
5834 if (needsConversion(i)) { in addOutputArgumentConversions()
5865 if (needsConversion(i)) { in addOutputArgumentConversions()