Searched refs:packedFormat (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 1328 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/ |
D | vktPipelineVertexInputTests.cpp | 1328 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/ |
D | VertexArrayMtl.mm | 58 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/ |
D | vk_cache_utils.cpp | 1429 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()
|