Lines Matching refs:targetFormat
996 return vk::Format(state.targetFormat[index]).isSRGBformat(); in isSRGB()
1008 switch(state.targetFormat[index]) in readPixel()
1155 UNSUPPORTED("VkFormat %d", int(state.targetFormat[index])); in readPixel()
1171 ASSERT(state.targetFormat[index].supportsColorAttachmentBlend()); in alphaBlend()
1292 switch(state.targetFormat[index]) in writeColor()
1332 switch(state.targetFormat[index]) in writeColor()
1474 UNSUPPORTED("VkFormat: %d", int(state.targetFormat[index])); in writeColor()
1499 switch(state.targetFormat[index]) in writeColor()
1786 UNSUPPORTED("VkFormat: %d", int(state.targetFormat[index])); in writeColor()
1933 vk::Format format = state.targetFormat[index]; in alphaBlend()
1959 switch(state.targetFormat[index]) in alphaBlend()
2051 UNSUPPORTED("VkFormat: %d", int(state.targetFormat[index])); in alphaBlend()
2158 switch(state.targetFormat[index]) in writeColor()
2198 UNSUPPORTED("VkFormat: %d", int(state.targetFormat[index])); in writeColor()
2220 auto targetFormat = state.targetFormat[index]; in writeColor() local
2226 switch(targetFormat) in writeColor()
2304 if(targetFormat == VK_FORMAT_R16_SINT) in writeColor()
2347 if(targetFormat == VK_FORMAT_R8_SINT) in writeColor()
2479 if(targetFormat == VK_FORMAT_R8G8_SINT) in writeColor()
2686 …bool isSigned = targetFormat == VK_FORMAT_R8G8B8A8_SINT || targetFormat == VK_FORMAT_A8B8G8R8_SINT… in writeColor()
2782 UNSUPPORTED("VkFormat: %d", int(targetFormat)); in writeColor()