Home
last modified time | relevance | path

Searched refs:addressModeW (Results 1 - 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSampler.cpp27 , addressModeW(pCreateInfo->addressModeW) in SamplerState()
H A DVkSampler.hpp43 const VkSamplerAddressMode addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSamplerVk.cpp76 createInfo.addressModeW = VulkanSamplerAddressMode(descriptor->addressModeW); in Initialize()
/third_party/skia/src/gpu/vk/
H A DGrVkSampler.cpp62 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 DSampler.cpp58 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 DSamplerD3D12.cpp89 mSamplerDesc.AddressW = AddressMode(descriptor->addressModeW); in Sampler()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_device.c207 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 Dsampler.cc98 sampler_info.addressModeW = GetVkAddressMode(sampler->GetAddressModeW()); in CreateSampler()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSamplerGL.cpp103 gl.SamplerParameteri(sampler, GL_TEXTURE_WRAP_R, WrapMode(descriptor->addressModeW)); in SetupGLSampler()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler.h173 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 DWireArgumentTests.cpp244 descriptor.addressModeW = WGPUAddressMode_MirrorRepeat;
260 desc->addressModeW == WGPUAddressMode_MirrorRepeat &&
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSamplerTests.cpp129 descriptor.addressModeW = w.mMode; in TestAddressModes()
H A DTextureViewTests.cpp116 samplerDescriptor.addressModeW = kAddressMode;
H A DObjectCachingTests.cpp323 otherSamplerDescAddressModeW.addressModeW = wgpu::AddressMode::Repeat; in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp191 !conv(desc.addressModeW, descriptor.addressModeW) || // in createSampler()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DTriangleBenchmarks.cpp254 samplerInfo.addressModeW = vk::SamplerAddressMode::eRepeat; in TriangleSampleTexture()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp407 case 2: addressMode = samplerState->addressModeW; break; in convertAddressingMode()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp784 VkSamplerAddressMode addressModeW;
801 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE)
831 params.addressModeW, // VkSamplerAddressMode addressModeW;
H A DvktMemoryDeviceMemoryReportTests.cpp769 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 DvktMemoryAddressBindingTests.cpp745 VkSamplerAddressMode addressModeW;
762 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE)
792 params.addressModeW, // VkSamplerAddressMode addressModeW;
H A DvktMemoryDeviceMemoryReportTests.cpp763 VkSamplerAddressMode addressModeW;
780 , addressModeW (VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE)
810 params.addressModeW, // VkSamplerAddressMode addressModeW;
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c1133 .TCZAddressControlMode = vk_to_intel_tex_address[pCreateInfo->addressModeW], in CreateSampler()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_wgpu.cpp518 sampler_desc.addressModeW = WGPUAddressMode_Repeat; in ImGui_ImplWGPU_CreateFontsTexture()
H A Dimgui_impl_vulkan.cpp732 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 Ddzn_device.c2873 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()

Completed in 29 milliseconds

123