/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSampling.cpp | 49 Sampler samplerState = {}; in getImageSampler() local 137 … SpirvEmitter::emitWriteRoutine(ImageInstructionSignature instruction, const Sampler &samplerState) in emitWriteRoutine() 153 …pirvEmitter::emitSamplerRoutine(ImageInstructionSignature instruction, const Sampler &samplerState) in emitSamplerRoutine() 275 sw::FilterType SpirvEmitter::convertFilterMode(const vk::SamplerState *samplerState, VkImageViewTyp… in convertFilterMode() 328 sw::MipmapType SpirvEmitter::convertMipmapMode(const vk::SamplerState *samplerState) in convertMipmapMode() 351 … SpirvEmitter::convertAddressingMode(int coordinateIndex, const vk::SamplerState *samplerState, Vk… in convertAddressingMode()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 76 uint32_t Device::SamplerIndexer::index(const SamplerState &samplerState) in index() 95 void Device::SamplerIndexer::remove(const SamplerState &samplerState) in remove() 409 uint32_t Device::indexSampler(const SamplerState &samplerState) in indexSampler() 414 void Device::removeSampler(const SamplerState &samplerState) in removeSampler()
|
H A D | VkSampler.cpp | 53 …:Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerState, uint… in Sampler()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkSampler.cpp | 51 GrSamplerState samplerState, in Create() 153 GrVkSampler::Key GrVkSampler::GenerateKey(GrSamplerState samplerState, in GenerateKey()
|
H A D | GrVkPipelineState.cpp | 162 GrSamplerState samplerState = te.samplerState(); in setAndBindTextures() local 174 const auto& samplerState = samplerBindings[0].fState; in setAndBindTextures() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/ |
H A D | GrDistanceFieldGeoProc.cpp | 305 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local 558 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local 881 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
|
H A D | GrTextureEffect.h | 133 GrSamplerState samplerState() const { return fSamplerState; } in samplerState() function
|
H A D | GrBitmapTextGeoProc.cpp | 237 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
|
H A D | GrYUVtoRGBEffect.cpp | 54 GrSamplerState samplerState, in Make()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.h | 275 const gl::SamplerState &samplerState, in getImageViewSubresourceSerial() 334 angle::Result updateSrgbDecodeState(ContextVk *contextVk, const gl::SamplerState &samplerState) in updateSrgbDecodeState()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsSamplerObjectTest.hpp | 60 SamplingState samplerState; member 119 SamplingState samplerState; member
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | QuadPerEdgeAA.cpp | 631 GrSamplerState samplerState, in Make() 848 GrSamplerState samplerState, in QuadPerEdgeAAGeometryProcessor() 937 GrSamplerState samplerState, in MakeTexturedProcessor()
|
H A D | TextureOp.cpp | 678 GrSamplerState samplerState = GrSamplerState(GrSamplerState::WrapMode::kClamp, in onCreateProgramInfo() local 1211 GrSamplerState samplerState(GrSamplerState::WrapMode::kClamp, filter, mm); in Make() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGeometryProcessor.cpp | 62 GrGeometryProcessor::TextureSampler::TextureSampler(GrSamplerState samplerState, in TextureSampler() 68 void GrGeometryProcessor::TextureSampler::reset(GrSamplerState samplerState, in reset()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Texture.h | 126 const SamplerState &samplerState) const in compatibleWithSamplerFormatForWebGL() 816 SamplerState samplerState; member
|
H A D | Texture.cpp | 32 bool IsPointSampled(const SamplerState &samplerState) in IsPointSampled() 319 bool TextureState::computeSamplerCompleteness(const SamplerState &samplerState, in computeSamplerCompleteness() 404 bool TextureState::computeSamplerCompletenessForCopyImage(const SamplerState &samplerState, in computeSamplerCompletenessForCopyImage() 2404 const auto &samplerState = in isSamplerComplete() local 2424 const gl::SamplerState &samplerState = in isSamplerCompleteForCopyImage() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 341 const gl::SamplerState &samplerState) in updateSamplerMetadata() 514 const gl::SamplerState &samplerState) in onSamplerChange() 2647 const d3d11::SamplerState &samplerState) in setSimplePixelTextureAndSampler() 2690 const gl::SamplerState &samplerState) in setSamplerState() 2854 const gl::SamplerState &samplerState = in applyTexturesForSRVs() local
|
H A D | RenderStateCache.cpp | 294 const gl::SamplerState &samplerState, in getSamplerState()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLTypesPriv.cpp | 50 void GrGLTextureParameters::set(const SamplerOverriddenState* samplerState, in set()
|
H A D | GrGLProgram.cpp | 156 GrSamplerState samplerState = te.samplerState(); in bindTextures() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_device_rt_base.cpp | 1996 CmDeviceRTBase::CreateSampler(const CM_SAMPLER_STATE& samplerState, in CreateSampler() 2026 CmDeviceRTBase::CreateSamplerEx(const CM_SAMPLER_STATE_EX& samplerState, in CreateSamplerEx() 2096 int32_t CmDeviceRTBase::RegisterSamplerState(const CM_SAMPLER_STATE& samplerState, in RegisterSamplerState() 2123 CmDeviceRTBase::RegisterSamplerStateEx(const CM_SAMPLER_STATE_EX& samplerState, in RegisterSamplerStateEx()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DPipelineState.cpp | 123 GrSamplerState samplerState = te.samplerState(); in setAndBindTextures() local
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/ |
H A D | cm_device.cpp | 457 CM_RT_API int32_t CmDevice_RT::CreateSampler( const CM_SAMPLER_STATE& samplerState, CmSampler* &sam… in CreateSampler() 475 CM_RT_API int32_t CmDevice_RT::CreateSamplerEx( const CM_SAMPLER_STATE_EX& samplerState, CmSampler*… in CreateSamplerEx()
|
H A D | cm_def_hw.h | 40 CM_SAMPLER_STATE samplerState; // [in] member 48 CM_SAMPLER_STATE_EX samplerState; // [in] member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.h | 539 gl::SamplerState samplerState; member
|