Home
last modified time | relevance | path

Searched refs:packedFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp1328 void writeVertexInputValueIntPacked(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOf… in writeVertexInputValueIntPacked() argument
1335 packedFormat |= (((deUint32)value & usedBits) << componentOffset); in writeVertexInputValueIntPacked()
1338 *((deUint32*)destPtr) = (deUint32)packedFormat; in writeVertexInputValueIntPacked()
1388 void writeVertexInputValueUfloat (deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffs… in writeVertexInputValueUfloat() argument
1403 packedFormat |= (valueUFloat & usedBits) << componentOffset; in writeVertexInputValueUfloat()
1406 *((deUint32*)destPtr) = (deUint32)packedFormat; in writeVertexInputValueUfloat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp1328 void writeVertexInputValueIntPacked(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOf… in writeVertexInputValueIntPacked() argument
1335 packedFormat |= (((deUint32)value & usedBits) << componentOffset); in writeVertexInputValueIntPacked()
1338 *((deUint32*)destPtr) = (deUint32)packedFormat; in writeVertexInputValueIntPacked()
1388 void writeVertexInputValueUfloat (deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffs… in writeVertexInputValueUfloat() argument
1403 packedFormat |= (valueUFloat & usedBits) << componentOffset; in writeVertexInputValueUfloat()
1406 *((deUint32*)destPtr) = (deUint32)packedFormat; in writeVertexInputValueUfloat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm58 const mtl::VertexFormat &packedFormat = contextMtl->getVertexFormat(originalFormat, true);
59 *strideOut = packedFormat.actualAngleFormat().pixelBytes;
60 return packedFormat;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1429 uint8_t &packedFormat = mAttachmentFormats[colorIndexGL]; in packColorAttachment() local
1430 SetBitField(packedFormat, formatID); in packColorAttachment()
1446 uint8_t &packedFormat = mAttachmentFormats[colorIndexGL]; in packColorAttachmentGap() local
1447 SetBitField(packedFormat, angle::FormatID::NONE); in packColorAttachmentGap()
1457 uint8_t &packedFormat = mAttachmentFormats[index]; in packDepthStencilAttachment() local
1458 SetBitField(packedFormat, formatID); in packDepthStencilAttachment()