Home
last modified time | relevance | path

Searched refs:sampleLocationGridSize (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c570 sl->grid_size = sl_info->sampleLocationGridSize; in vk_sample_locations_state_init()
577 * sampleLocationGridSize.width * sampleLocationGridSize.height" in vk_sample_locations_state_init()
581 sl_info->sampleLocationGridSize.width * in vk_sample_locations_state_init()
582 sl_info->sampleLocationGridSize.height); in vk_sample_locations_state_init()
1924 pSampleLocationsInfo->sampleLocationGridSize.width); in vk_common_CmdSetSampleLocationsEXT()
1927 pSampleLocationsInfo->sampleLocationGridSize.height); in vk_common_CmdSetSampleLocationsEXT()
1931 pSampleLocationsInfo->sampleLocationGridSize.width * in vk_common_CmdSetSampleLocationsEXT()
1932 pSampleLocationsInfo->sampleLocationGridSize.height); in vk_common_CmdSetSampleLocationsEXT()
H A Dvk_render_pass.c1077 .sampleLocationGridSize = sli_in->sampleLocationGridSize, in clone_rp_sample_locations()
1099 .sampleLocationGridSize = sli_in->sampleLocationGridSize, in clone_rp_sample_locations()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_decompress.c490 .sampleLocationGridSize = sample_locs->grid_size, in radv_process_depth_stencil()
H A Dradv_meta_resolve.c848 .sampleLocationGridSize = sample_locs->grid_size, in radv_decompress_resolve_src()
H A Dradv_cmd_buffer.c4716 sample_locs_info->sampleLocationGridSize; in radv_cmd_state_setup_sample_locations()
4743 sample_locs_info->sampleLocationGridSize; in radv_cmd_state_setup_sample_locations()
5802 state->dynamic.sample_location.grid_size = pSampleLocationsInfo->sampleLocationGridSize; in radv_CmdSetSampleLocationsEXT()
9663 sample_locations.grid_size = sample_locs_info->sampleLocationGridSize; in radv_barrier()
H A Dradv_pipeline.c1764 info.sample_locs_grid_size = pSampleLocationsInfo->sampleLocationGridSize; in radv_pipeline_init_multisample_info()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp221 hash_combine(seed, ptr->sampleLocationsEnable, deUint32(ptr->sampleLocationsInfo.sampleLocationsPerPixel), ptr->sampleLocationsInfo.sampleLocationGridSize.width, ptr->sampleLocationsInfo.sampleLocationGridSize.height); in hashPNextChain()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2055 assert(samp_loc->sampleLocationGridSize.width == 1); in tu6_emit_sample_locations()
2056 assert(samp_loc->sampleLocationGridSize.height == 1); in tu6_emit_sample_locations()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2522 loc->sampleLocationGridSize = screen->maxSampleLocationGridSize[idx]; in zink_init_vk_sample_locations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4508 pSampleLocations->sampleLocationsInfo.sampleLocationGridSize = vk::makeExtent2D(1u, 1u); in iterate()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6922 VkExtent2D sampleLocationGridSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp5204 , sampleLocationGridSize( sampleLocationGridSize_ )
5222 , sampleLocationGridSize( sampleLocationGridSize_ )
5254 sampleLocationGridSize = sampleLocationGridSize_;
5300 ( sampleLocationGridSize == rhs.sampleLocationGridSize ) &&
5314 VULKAN_HPP_NAMESPACE::Extent2D sampleLocationGridSize = {}; member
[all...]
H A Dvulkan_core.h9884 VkExtent2D sampleLocationGridSize; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp5356 pSampleLocations->sampleLocationsInfo.sampleLocationGridSize = vk::makeExtent2D(1u, 1u); in iterate()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9496 VkExtent2D sampleLocationGridSize; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10997 VkExtent2D sampleLocationGridSize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10044 VkExtent2D sampleLocationGridSize; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp12289 parse_VkExtent2D("sampleLocationGridSize", obj["sampleLocationGridSize"], (o.sampleLocationGridSize)); in parse_VkSampleLocationsInfoEXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp6724 , sampleLocationGridSize( sampleLocationGridSize_ )
6744 , sampleLocationGridSize( sampleLocationGridSize_ )
6777 sampleLocationGridSize = sampleLocationGridSize_;
6828 return std::tie( sType, pNext, sampleLocationsPerPixel, sampleLocationGridSize, sampleLocationsCount, pSampleLocations );
6841 ( sampleLocationGridSize == rhs.sampleLocationGridSize ) && ( sampleLocationsCount == rhs.sampleLocationsCount ) &&
6856 VULKAN_HPP_NAMESPACE::Extent2D sampleLocationGridSize = {}; member
[all...]
H A Dvulkan_core.h12869 VkExtent2D sampleLocationGridSize; member
H A Dvulkan_hash.hpp1230 VULKAN_HPP_HASH_COMBINE( seed, sampleLocationsInfoEXT.sampleLocationGridSize );

Completed in 495 milliseconds