OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceFeatures
(Results
26 - 50
of
55
) sorted by null
1
2
3
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp
305
if (m_context.
getDeviceFeatures
().fragmentStoresAndAtomics == VK_FALSE)
322
if (m_context.
getDeviceFeatures
().depthClamp == VK_FALSE && m_depthClampEnable)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateDSTests.cpp
398
const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.
getDeviceFeatures
();
535
if (!context.
getDeviceFeatures
().depthBounds)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp
553
const VkPhysicalDeviceFeatures features = m_context.
getDeviceFeatures
();
[
all
...]
vktImageQualifiersTests.cpp
362
if (m_imageType == IMAGE_TYPE_CUBE_ARRAY && !m_context.
getDeviceFeatures
().imageCubeArray)
vktImageAtomicOperationTests.cpp
456
if (m_imageType == IMAGE_TYPE_CUBE_ARRAY && !m_context.
getDeviceFeatures
().imageCubeArray)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp
466
if (m_context.
getDeviceFeatures
().drawIndirectFirstInstance)
vktDrawShaderLayerTests.cpp
[
all
...]
vktDrawShaderViewportIndexTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp
279
if (m_depthBoundsTestEnable && !context.
getDeviceFeatures
().depthBounds)
[
all
...]
vktPipelineCacheTests.cpp
[
all
...]
vktPipelineFramebufferAttachmentTests.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
323
if (imageViewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !context.
getDeviceFeatures
().imageCubeArray)
[
all
...]
vktPipelinePushConstantTests.cpp
422
VkPhysicalDeviceFeatures features = m_context.
getDeviceFeatures
();
[
all
...]
vktPipelineRenderToImageTests.cpp
[
all
...]
vktPipelineTimestampTests.cpp
[
all
...]
vktPipelineMultisampleTests.cpp
108
if (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST && pointSize > 1.0f && !context.
getDeviceFeatures
().largePoints)
[
all
...]
vktPipelineVertexInputTests.cpp
65
if (isVertexFormatDouble(format) && !context.
getDeviceFeatures
().shaderFloat64)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp
446
if (!context.
getDeviceFeatures
().vertexPipelineStoresAndAtomics)
[
all
...]
vktRobustBufferAccessWithVariablePointersTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmCrossStageInterfaceTests.cpp
272
const VkPhysicalDeviceFeatures& features = m_context.
getDeviceFeatures
();
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
253
const VkPhysicalDeviceFeatures& deviceFeatures = m_context.
getDeviceFeatures
();
[
all
...]
vktShaderExecutor.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp
[
all
...]
vktApiFeatureInfo.cpp
[
all
...]
Completed in 1113 milliseconds
1
2
3