Home
last modified time | relevance | path

Searched defs:sampleLocations (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSampleLocationsUtil.hpp68 …const vk::VkSampleLocationEXT* sampleLocations (void) const { return dataOrNullPtr(m_sampleLocati… in sampleLocations() function in vkt::pipeline::MultisamplePixelGrid
69 vk::VkSampleLocationEXT* sampleLocations (void) { return dataOrNullPtr(m_sampleLocations); } in sampleLocations() function in vkt::pipeline::MultisamplePixelGrid
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp571 const std::vector<Vec2>& sampleLocations) in generateSubpixelTriangles()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp300 VkPipelineSampleLocationsStateCreateInfoEXT* sampleLocations) { in setup_all_sample_locations_at_pixel_center()
533 VkPipelineSampleLocationsStateCreateInfoEXT sampleLocations; in Make() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp95 bool sampleLocations; member
1649 std::vector<VkSampleLocationEXT> sampleLocations(m_data.samples, { 0.5f, 0.5f }); in iterate() local
2478 bool sampleLocations = groupNdx == 13; in createBasicTests() local
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp1394 auto sampleLocations = chain_util::Init<VkPipelineSampleLocationsStateCreateInfoEXT>(); in TEST_F() local