Home
last modified time | relevance | path

Searched refs:vertexFormat (Results 1 – 25 of 36) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp356 const vk::Format &vertexFormat, in convertVertexBufferGPU() argument
360 const angle::Format &srcFormat = vertexFormat.intendedFormat(); in convertVertexBufferGPU()
361 const angle::Format &destFormat = vertexFormat.actualBufferFormat(); in convertVertexBufferGPU()
374 ASSERT(GetVertexInputAlignment(vertexFormat) <= vk::kVertexBufferAlignment); in convertVertexBufferGPU()
402 const vk::Format &vertexFormat, in convertVertexBufferCPU() argument
408 unsigned srcFormatSize = vertexFormat.intendedFormat().pixelBytes; in convertVertexBufferCPU()
409 unsigned dstFormatSize = vertexFormat.actualBufferFormat().pixelBytes; in convertVertexBufferCPU()
423 ASSERT(GetVertexInputAlignment(vertexFormat) <= vk::kVertexBufferAlignment); in convertVertexBufferCPU()
426 vertexFormat.vertexLoadFunction, &mCurrentArrayBuffers[attribIndex], in convertVertexBufferCPU()
563 const vk::Format &vertexFormat = renderer->getFormat(attrib.format->id); in syncDirtyAttrib() local
[all …]
DVertexArrayVk.h124 const vk::Format &vertexFormat,
131 const vk::Format &vertexFormat,
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.h92 const mtl::VertexFormat &vertexFormat);
98 const mtl::VertexFormat &vertexFormat,
DVertexArrayMtl.mm363 const mtl::VertexFormat &vertexFormat =
392 binding.getStride(), vertexFormat.vertexLoadFunction,
396 mCurrentArrayBufferFormats[attribIndex] = &vertexFormat;
606 const mtl::VertexFormat &vertexFormat =
613 mCurrentArrayBufferFormats[attribIndex] = &vertexFormat;
634 const mtl::VertexFormat &vertexFormat =
636 unsigned srcFormatSize = vertexFormat.intendedAngleFormat().pixelBytes;
652 numVertices, binding.getStride(), vertexFormat.vertexLoadFunction,
657 mCurrentArrayBufferFormats[attribIndex] = &vertexFormat;
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp865 const gl::VertexFormat &vertexFormat = gl::GetVertexFormatFromID(vertexFormatID); in GetVertexFormatInfo() local
868 ASSERT(!vertexFormat.pureInteger); in GetVertexFormatInfo()
869 return formatConverters[ComputeTypeIndex(vertexFormat.type)][vertexFormat.normalized] in GetVertexFormatInfo()
870 [vertexFormat.components - 1]; in GetVertexFormatInfo()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp142 …texBuffer (const void* vertexBuffer, deUint32 vertexIndex, VkFormat vertexFormat, const void* va…
931 …ertexBuffer (const void* vertexBuffer, deUint32 vertexIndex, VkFormat vertexFormat, const void* va… in isExpectedValueFromVertexBuffer() argument
933 if (isUintFormat(vertexFormat)) in isExpectedValueFromVertexBuffer()
939 else if (isIntFormat(vertexFormat)) in isExpectedValueFromVertexBuffer()
945 else if (isFloatFormat(vertexFormat)) in isExpectedValueFromVertexBuffer()
951 else if (vertexFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isExpectedValueFromVertexBuffer()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationMiscDrawTests.cpp144 const VkFormat vertexFormat = VK_FORMAT_R32G32_SFLOAT; in runTest() local
145 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat)); in runTest()
210 .setVertexInputSingleAttribute(vertexFormat, vertexStride) in runTest()
DvktTessellationGeometryPassthroughTests.cpp448 const VkFormat vertexFormat = VK_FORMAT_R32G32B32A32_SFLOAT; in iterate() local
519 .setVertexInputSingleAttribute(vertexFormat, tcu::getPixelSize(mapVkFormat(vertexFormat))) in iterate()
DvktTessellationPrimitiveDiscardTests.cpp407 const VkFormat vertexFormat = VK_FORMAT_R32_SFLOAT; in test() local
408 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat)); in test()
480 .setVertexInputSingleAttribute(vertexFormat, vertexStride) in test()
DvktTessellationShaderInputOutputTests.cpp70 const VkFormat vertexFormat, in runTest() argument
121 .setVertexInputSingleAttribute(vertexFormat, tcu::getPixelSize(mapVkFormat(vertexFormat))) in runTest()
DvktTessellationUtil.cpp197 …raphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32… in setVertexInputSingleAttribute() argument
209 vertexFormat, // VkFormat format; in setVertexInputSingleAttribute()
DvktTessellationInvarianceTests.cpp1363 const VkFormat vertexFormat = VK_FORMAT_R32_SFLOAT; in iterate() local
1364 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat)); in iterate()
1433 .setVertexInputSingleAttribute (vertexFormat, vertexStride) in iterate()
2015 const VkFormat vertexFormat = VK_FORMAT_R32_SFLOAT; in test() local
2016 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat)); in test()
2053 .setVertexInputSingleAttribute(vertexFormat, vertexStride) in test()
DvktTessellationUserDefinedIO.cpp775 const VkFormat vertexFormat = VK_FORMAT_R32_SFLOAT; in iterate() local
776 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat)); in iterate()
843 .setVertexInputSingleAttribute (vertexFormat, vertexStride) in iterate()
DvktTessellationUtil.hpp130 …GraphicsPipelineBuilder& setVertexInputSingleAttribute (const vk::VkFormat vertexFormat, const deU…
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp103 …raphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32… in setVertexInputSingleAttribute() argument
115 vertexFormat, // VkFormat format; in setVertexInputSingleAttribute()
DvktGeometryTestsUtil.hpp135 …GraphicsPipelineBuilder& setVertexInputSingleAttribute (const vk::VkFormat vertexFormat, const deU…
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp181 …raphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32… in setVertexInputSingleAttribute() argument
193 vertexFormat, // VkFormat format; in setVertexInputSingleAttribute()
DvktSynchronizationUtil.hpp146 …GraphicsPipelineBuilder& setVertexInputSingleAttribute (const vk::VkFormat vertexFormat, const deU…
/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1196 const gl::VertexFormat &vertexFormat = gl::GetVertexFormatFromID(vertexFormatID); in GenerateAttributeConversionHLSL() local
1199 if (shaderComponentType == GL_FLOAT && vertexFormat.type != GL_FLOAT) in GenerateAttributeConversionHLSL()
1202 ASSERT(!vertexFormat.normalized && !vertexFormat.pureInteger); in GenerateAttributeConversionHLSL()
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_beta.h153 VkFormat vertexFormat; member
210 VkFormat vertexFormat; member
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp3281 …if (triangles.vertexFormat != VK_FORMAT_R32G32B32_SFLOAT && triangles.vertexFormat != VK_FORMAT_R1… in ValidateGeometryTrianglesNV()
3282 …triangles.vertexFormat != VK_FORMAT_R16G16B16_SNORM && triangles.vertexFormat != VK_FORMAT_R32G32_… in ValidateGeometryTrianglesNV()
3283 …triangles.vertexFormat != VK_FORMAT_R16G16_SFLOAT && triangles.vertexFormat != VK_FORMAT_R16G16_SN… in ValidateGeometryTrianglesNV()
3288 …if (triangles.vertexFormat == VK_FORMAT_R32G32B32_SFLOAT || triangles.vertexFormat == VK_FORMAT_R3… in ValidateGeometryTrianglesNV()
3290 …} else if (triangles.vertexFormat == VK_FORMAT_R16G16B16_SFLOAT || triangles.vertexFormat == VK_FO… in ValidateGeometryTrianglesNV()
3291 …triangles.vertexFormat == VK_FORMAT_R16G16_SFLOAT || triangles.vertexFormat == VK_FORMAT_R16G16_SN… in ValidateGeometryTrianglesNV()
/external/mesa3d/include/vulkan/
Dvulkan_beta.h171 VkFormat vertexFormat; member
228 VkFormat vertexFormat; member
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp4252 valid_geometry_triangles.geometry.triangles.vertexFormat = VK_FORMAT_R32G32B32_SFLOAT; in TEST_F()
4294 geometry.geometry.triangles.vertexFormat = VK_FORMAT_R64_UINT; in TEST_F()
4453 geometry->geometry.triangles.vertexFormat = VK_FORMAT_R32G32B32_SFLOAT; in GetSimpleGeometryForAccelerationStructureTests()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp23036 vertexFormat(in_struct->vertexFormat), in safe_VkGeometryTrianglesNV()
23058 vertexFormat = src.vertexFormat; in safe_VkGeometryTrianglesNV()
23080 vertexFormat = src.vertexFormat; in operator =()
23105 vertexFormat = in_struct->vertexFormat; in initialize()
23122 vertexFormat = src->vertexFormat; in initialize()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl3733 VkFormat vertexFormat; member

12