/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSampler.cpp | 27 , addressModeW(pCreateInfo->addressModeW) in SamplerState()
|
H A D | VkSampler.hpp | 43 const VkSamplerAddressMode addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SamplerVk.cpp | 76 createInfo.addressModeW = VulkanSamplerAddressMode(descriptor->addressModeW); in Initialize()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSampler.cpp | 62 createInfo.addressModeW = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE; // Shouldn't matter in Create() 110 createInfo.addressModeW = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE; in Create()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Sampler.cpp | 58 DAWN_TRY(ValidateAddressMode(descriptor->addressModeW)); in ValidateSamplerDescriptor() 78 mAddressModeW(descriptor->addressModeW), in SamplerBase()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SamplerD3D12.cpp | 89 mSamplerDesc.AddressW = AddressMode(descriptor->addressModeW); in Sampler()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_device.c | 207 pCreateInfo->addressModeW == VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER) && in pack_sampler_state() 237 s.wrap_r = vk_to_v3d_wrap_mode[pCreateInfo->addressModeW]; in pack_sampler_state()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | sampler.cc | 98 sampler_info.addressModeW = GetVkAddressMode(sampler->GetAddressModeW()); in CreateSampler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SamplerGL.cpp | 103 gl.SamplerParameteri(sampler, GL_TEXTURE_WRAP_R, WrapMode(descriptor->addressModeW)); in SetupGLSampler()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_sampler.h | 173 size += vn_sizeof_VkSamplerAddressMode(&val->addressModeW); in vn_sizeof_VkSamplerCreateInfo_self() 245 vn_encode_VkSamplerAddressMode(enc, &val->addressModeW); in vn_encode_VkSamplerCreateInfo_self()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireArgumentTests.cpp | 244 descriptor.addressModeW = WGPUAddressMode_MirrorRepeat; 260 desc->addressModeW == WGPUAddressMode_MirrorRepeat &&
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | SamplerTests.cpp | 129 descriptor.addressModeW = w.mMode; in TestAddressModes()
|
H A D | TextureViewTests.cpp | 116 samplerDescriptor.addressModeW = kAddressMode;
|
H A D | ObjectCachingTests.cpp | 323 otherSamplerDescAddressModeW.addressModeW = wgpu::AddressMode::Repeat; in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUDevice.cpp | 191 !conv(desc.addressModeW, descriptor.addressModeW) || // in createSampler()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | TriangleBenchmarks.cpp | 254 samplerInfo.addressModeW = vk::SamplerAddressMode::eRepeat; in TriangleSampleTexture()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSampling.cpp | 407 case 2: addressMode = samplerState->addressModeW; break; in convertAddressingMode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 784 VkSamplerAddressMode addressModeW; 801 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE) 831 params.addressModeW, // VkSamplerAddressMode addressModeW;
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 769 VkSamplerAddressMode addressModeW; 786 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE) 816 params.addressModeW, // VkSamplerAddressMode addressModeW;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 745 VkSamplerAddressMode addressModeW; 762 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE) 792 params.addressModeW, // VkSamplerAddressMode addressModeW;
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 763 VkSamplerAddressMode addressModeW; 780 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE) 810 params.addressModeW, // VkSamplerAddressMode addressModeW;
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_state.c | 1133 .TCZAddressControlMode = vk_to_intel_tex_address[pCreateInfo->addressModeW], in CreateSampler()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_wgpu.cpp | 518 sampler_desc.addressModeW = WGPUAddressMode_Repeat; in ImGui_ImplWGPU_CreateFontsTexture()
|
H A D | imgui_impl_vulkan.cpp | 732 info.addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT; in ImGui_ImplVulkan_CreateFontSampler() 905 info.addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT; in ImGui_ImplVulkan_CreateDeviceObjects()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 2873 sampler->desc.AddressW = dzn_sampler_translate_addr_mode(pCreateInfo->addressModeW); in dzn_sampler_create() 2885 pCreateInfo->addressModeW == VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER; in dzn_sampler_create()
|