Home
last modified time | relevance | path

Searched refs:VkSampleLocationEXT (Results 1 - 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.hpp53 const vk::VkSampleLocationEXT& getSample (deUint32 gridX, deUint32 gridY, const deUint32 sampleNdx) const in getSample()
58 void setSample (const deUint32 gridX, const deUint32 gridY, const deUint32 sampleNdx, const vk::VkSampleLocationEXT& location) in setSample()
68 const vk::VkSampleLocationEXT* sampleLocations (void) const { return dataOrNullPtr(m_sampleLocations); }
69 vk::VkSampleLocationEXT* sampleLocations (void) { return dataOrNullPtr(m_sampleLocations); }
82 std::vector<vk::VkSampleLocationEXT> m_sampleLocations;
95 pixelGrid.sampleLocations(), // const VkSampleLocationEXT* pSampleLocations;
H A DvktPipelineSampleLocationsUtil.cpp78 const VkSampleLocationEXT location = in fillSampleLocationsRandom()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp269 DE_NULL, // const VkSampleLocationEXT* pSampleLocations; in makeEmptySampleLocationsInfo()
287 const VkSampleLocationEXT& loc = pixelGrid.getSample(gridX, gridY, sampleNdx); in logPixelGrid()
306 const VkSampleLocationEXT& loc = pixelGrid.getSample(gridX, gridY, sampleNdx); in logPixelGrid()
351 const VkSampleLocationEXT location = in fillSampleLocationsPacked()
471 const VkSampleLocationEXT& location = pixelGrid.getSample(x % gridSize.x(), y % gridSize.y(), sampleNdx); in genFramebufferSampleLocations()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp412 const VkSampleLocationEXT& sp = m_pGrid->getSample(x, y, sampleNdx); in operator ()()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.hpp53 const vk::VkSampleLocationEXT& getSample (deUint32 gridX, deUint32 gridY, const deUint32 sampleNdx) const in getSample()
58 void setSample (const deUint32 gridX, const deUint32 gridY, const deUint32 sampleNdx, const vk::VkSampleLocationEXT& location) in setSample()
68 const vk::VkSampleLocationEXT* sampleLocations (void) const { return dataOrNullPtr(m_sampleLocations); }
69 vk::VkSampleLocationEXT* sampleLocations (void) { return dataOrNullPtr(m_sampleLocations); }
82 std::vector<vk::VkSampleLocationEXT> m_sampleLocations;
95 pixelGrid.sampleLocations(), // const VkSampleLocationEXT* pSampleLocations;
H A DvktPipelineSampleLocationsUtil.cpp78 const VkSampleLocationEXT location = in fillSampleLocationsRandom()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp268 DE_NULL, // const VkSampleLocationEXT* pSampleLocations; in makeEmptySampleLocationsInfo()
286 const VkSampleLocationEXT& loc = pixelGrid.getSample(gridX, gridY, sampleNdx); in logPixelGrid()
305 const VkSampleLocationEXT& loc = pixelGrid.getSample(gridX, gridY, sampleNdx); in logPixelGrid()
350 const VkSampleLocationEXT location = in fillSampleLocationsPacked()
470 const VkSampleLocationEXT& location = pixelGrid.getSample(x % gridSize.x(), y % gridSize.y(), sampleNdx); in genFramebufferSampleLocations()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp410 const VkSampleLocationEXT& sp = m_pGrid->getSample(x, y, sampleNdx); in operator ()()
H A DvktPipelineExtendedDynamicStateTests.cpp4475 std::vector<vk::VkSampleLocationEXT> sampleLocationCoords; in iterate()
4513 sampleLocationCoords.push_back(vk::VkSampleLocationEXT{m_testConfig.sampleLocations.x(), m_testConfig.sampleLocations.y()}); in iterate()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h273 VkSampleLocationEXT locations[MESA_VK_MAX_SAMPLE_LOCATIONS];
H A Dvk_render_pass.c1058 VK_MULTIALLOC_DECL(&ma, VkSampleLocationEXT, sl, sl_count); in clone_rp_sample_locations()
1063 VkSampleLocationEXT *next_sl = sl; in clone_rp_sample_locations()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h304 VkSampleLocationEXT vk_sample_locations[PIPE_MAX_SAMPLE_LOCATION_GRID_SIZE * PIPE_MAX_SAMPLE_LOCATION_GRID_SIZE];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp316 VkSampleLocationEXT sampleLocation = { 0.5f, 0.5f }; in setDefaultShaderObjectDynamicStates()
324 &sampleLocation, // const VkSampleLocationEXT* pSampleLocations; in setDefaultShaderObjectDynamicStates()
H A DvktShaderObjectMiscTests.cpp1050 vk::VkSampleLocationEXT sampleLocation = { 0.5f, 0.5f };
1058 &sampleLocation, // const VkSampleLocationEXT* pSampleLocations;
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h1233 VkSampleLocationEXT locations[MAX_SAMPLE_LOCATIONS];
2020 VkSampleLocationEXT sample_locs[MAX_SAMPLE_LOCATIONS];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp243 const VkSampleLocationEXT locations[] = in setSampleLocations()
257 locations, // const VkSampleLocationEXT* pSampleLocations; in setSampleLocations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp241 const VkSampleLocationEXT locations[] = in setSampleLocations()
255 locations, // const VkSampleLocationEXT* pSampleLocations; in setSampleLocations()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6913 typedef struct VkSampleLocationEXT { struct
6916 } VkSampleLocationEXT; typedef
6924 const VkSampleLocationEXT* pSampleLocations;
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9487 typedef struct VkSampleLocationEXT { struct
9490 } VkSampleLocationEXT; typedef
9498 const VkSampleLocationEXT* pSampleLocations;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp2255 std::vector<VkSampleLocationEXT> sampleLocations(m_data.samples, { 0.5f, 0.5f }); in iterate()
2263 &sampleLocations[0], // const VkSampleLocationEXT* pSampleLocations; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp1942 std::vector<VkSampleLocationEXT> sampleLocations(m_data.samples, { 0.5f, 0.5f }); in iterate()
1950 &sampleLocations[0], // const VkSampleLocationEXT* pSampleLocations; in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp833 static void parse_VkSampleLocationEXT(const char* s, Json::Value& obj, VkSampleLocationEXT& o);
12273 static void parse_VkSampleLocationEXT(const char* s, Json::Value& obj, VkSampleLocationEXT& o) { in parse_VkSampleLocationEXT()
12293 (o.pSampleLocations) = (VkSampleLocationEXT*)s_globalMem.allocate((o.sampleLocationsCount), sizeof(VkSampleLocationEXT)); in parse_VkSampleLocationsInfoEXT()
12298 parse_VkSampleLocationEXT("pSampleLocations", obj_pSampleLocations[i], const_cast<VkSampleLocationEXT&>((o.pSampleLocations[i]))); in parse_VkSampleLocationsInfoEXT()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10988 typedef struct VkSampleLocationEXT { struct
10991 } VkSampleLocationEXT; typedef
10999 const VkSampleLocationEXT* pSampleLocations;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h9875 typedef struct VkSampleLocationEXT { struct
9878 } VkSampleLocationEXT; typedef
9886 const VkSampleLocationEXT* pSampleLocations;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10035 typedef struct VkSampleLocationEXT { struct
10038 } VkSampleLocationEXT; typedef
10046 const VkSampleLocationEXT* pSampleLocations;

Completed in 288 milliseconds

12