Home
last modified time | relevance | path

Searched defs:sampler (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/external/swiftshader/src/Device/
DVertexProcessor.cpp183 void VertexProcessor::setTextureFilter(unsigned int sampler, FilterType textureFilter) in setTextureFilter()
192 void VertexProcessor::setMipmapFilter(unsigned int sampler, MipmapType mipmapFilter) in setMipmapFilter()
201 void VertexProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable()
210 void VertexProcessor::setAddressingModeU(unsigned int sampler, AddressingMode addressMode) in setAddressingModeU()
219 void VertexProcessor::setAddressingModeV(unsigned int sampler, AddressingMode addressMode) in setAddressingModeV()
228 void VertexProcessor::setAddressingModeW(unsigned int sampler, AddressingMode addressMode) in setAddressingModeW()
237 void VertexProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
246 void VertexProcessor::setMipmapLOD(unsigned int sampler, float bias) in setMipmapLOD()
255 void VertexProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor()
264 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy()
[all …]
DPixelProcessor.cpp146 void PixelProcessor::setTextureFilter(unsigned int sampler, FilterType textureFilter) in setTextureFilter()
155 void PixelProcessor::setMipmapFilter(unsigned int sampler, MipmapType mipmapFilter) in setMipmapFilter()
164 void PixelProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable()
173 void PixelProcessor::setAddressingModeU(unsigned int sampler, AddressingMode addressMode) in setAddressingModeU()
182 void PixelProcessor::setAddressingModeV(unsigned int sampler, AddressingMode addressMode) in setAddressingModeV()
191 void PixelProcessor::setAddressingModeW(unsigned int sampler, AddressingMode addressMode) in setAddressingModeW()
200 void PixelProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
209 void PixelProcessor::setMipmapLOD(unsigned int sampler, float bias) in setMipmapLOD()
218 void PixelProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor()
227 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy()
[all …]
DRenderer.cpp343 for(int sampler = 0; sampler < TOTAL_IMAGE_UNITS; sampler++) in draw() local
348 for(int sampler = 0; sampler < TEXTURE_IMAGE_UNITS; sampler++) in draw() local
389 for(int sampler = 0; sampler < VERTEX_TEXTURE_IMAGE_UNITS; sampler++) in draw() local
1827 bool Renderer::isReadWriteTexture(int sampler) in isReadWriteTexture()
1860 void Renderer::setTextureResource(unsigned int sampler, Resource *resource) in setTextureResource()
1867 …void Renderer::setTextureLevel(unsigned int sampler, unsigned int face, unsigned int level, Surfac… in setTextureLevel()
1874 void Renderer::setTextureFilter(SamplerType type, int sampler, FilterType textureFilter) in setTextureFilter()
1886 void Renderer::setMipmapFilter(SamplerType type, int sampler, MipmapType mipmapFilter) in setMipmapFilter()
1898 void Renderer::setGatherEnable(SamplerType type, int sampler, bool enable) in setGatherEnable()
1910 void Renderer::setAddressingModeU(SamplerType type, int sampler, AddressingMode addressMode) in setAddressingModeU()
[all …]
/external/perfetto/src/profiling/memory/
Dsampler_unittest.cc28 Sampler sampler(512); in TEST() local
33 Sampler sampler(512); in TEST() local
38 Sampler sampler(1); in TEST() local
/external/swiftshader/src/Renderer/
DVertexProcessor.cpp515 void VertexProcessor::setTextureFilter(unsigned int sampler, FilterType textureFilter) in setTextureFilter()
524 void VertexProcessor::setMipmapFilter(unsigned int sampler, MipmapType mipmapFilter) in setMipmapFilter()
533 void VertexProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable()
542 void VertexProcessor::setAddressingModeU(unsigned int sampler, AddressingMode addressMode) in setAddressingModeU()
551 void VertexProcessor::setAddressingModeV(unsigned int sampler, AddressingMode addressMode) in setAddressingModeV()
560 void VertexProcessor::setAddressingModeW(unsigned int sampler, AddressingMode addressMode) in setAddressingModeW()
569 void VertexProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
578 void VertexProcessor::setMipmapLOD(unsigned int sampler, float bias) in setMipmapLOD()
587 void VertexProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor()
596 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy()
[all …]
DPixelProcessor.cpp360 void PixelProcessor::setTextureFilter(unsigned int sampler, FilterType textureFilter) in setTextureFilter()
369 void PixelProcessor::setMipmapFilter(unsigned int sampler, MipmapType mipmapFilter) in setMipmapFilter()
378 void PixelProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable()
387 void PixelProcessor::setAddressingModeU(unsigned int sampler, AddressingMode addressMode) in setAddressingModeU()
396 void PixelProcessor::setAddressingModeV(unsigned int sampler, AddressingMode addressMode) in setAddressingModeV()
405 void PixelProcessor::setAddressingModeW(unsigned int sampler, AddressingMode addressMode) in setAddressingModeW()
414 void PixelProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
423 void PixelProcessor::setMipmapLOD(unsigned int sampler, float bias) in setMipmapLOD()
432 void PixelProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor) in setBorderColor()
441 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy()
[all …]
DRenderer.cpp390 for(int sampler = 0; sampler < TOTAL_IMAGE_UNITS; sampler++) in draw() local
395 for(int sampler = 0; sampler < TEXTURE_IMAGE_UNITS; sampler++) in draw() local
455 for(int sampler = 0; sampler < VERTEX_TEXTURE_IMAGE_UNITS; sampler++) in draw() local
2207 bool Renderer::isReadWriteTexture(int sampler) in isReadWriteTexture()
2254 void Renderer::setTextureResource(unsigned int sampler, Resource *resource) in setTextureResource()
2261 …void Renderer::setTextureLevel(unsigned int sampler, unsigned int face, unsigned int level, Surfac… in setTextureLevel()
2268 void Renderer::setTextureFilter(SamplerType type, int sampler, FilterType textureFilter) in setTextureFilter()
2280 void Renderer::setMipmapFilter(SamplerType type, int sampler, MipmapType mipmapFilter) in setMipmapFilter()
2292 void Renderer::setGatherEnable(SamplerType type, int sampler, bool enable) in setGatherEnable()
2304 void Renderer::setAddressingModeU(SamplerType type, int sampler, AddressingMode addressMode) in setAddressingModeU()
[all …]
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp41 for(int sampler = 0; sampler < 16 + 4; sampler++) in Direct3DStateBlock9() local
176 for(int sampler = 0; sampler < 16 + 4; sampler++) in Apply() local
201 for(int sampler = 0; sampler < 16 + 4; sampler++) in Apply() local
396 for(int sampler = 0; sampler < 16 + 4; sampler++) in Capture() local
435 for(int sampler = 0; sampler < 16 + 4; sampler++) in Capture() local
711 unsigned int sampler = index < 16 ? index : (index - D3DVERTEXTEXTURESAMPLER0) + 16; in setSamplerState() local
747 unsigned int sampler = index < 16 ? index : (index - D3DVERTEXTEXTURESAMPLER0) + 16; in setTexture() local
835 for(int sampler = 0; sampler < 16 + 4; sampler++) in clear() local
849 for(int sampler = 0; sampler < 16 + 4; sampler++) in clear() local
940 for(int sampler = 0; sampler < 16 + 4; sampler++) in clear() local
[all …]
/external/skia/src/gpu/vk/
DGrVkSampler.h24 VkSampler sampler() const { return fSampler; } in sampler() function
47 static const Key& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } in GetKey()
61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
/external/skqp/src/gpu/vk/
DGrVkSampler.h24 VkSampler sampler() const { return fSampler; } in sampler() function
47 static const Key& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } in GetKey()
61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
/external/deqp/framework/common/
DtcuTexture.hpp534 inline Vec4 Texture1DView::sample (const Sampler& sampler, float s, float lod) const in sample() argument
539 inline Vec4 Texture1DView::sampleOffset (const Sampler& sampler, float s, float lod, deInt32 offset… in sampleOffset() argument
544 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare() argument
549 inline float Texture1DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float … in sampleCompareOffset() argument
588 inline Vec4 Texture2DView::sample (const Sampler& sampler, float s, float t, float lod) const in sample() argument
593 inline Vec4 Texture2DView::sampleOffset (const Sampler& sampler, float s, float t, float lod, const… in sampleOffset() argument
598 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() argument
603 inline float Texture2DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float … in sampleCompareOffset() argument
608 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() argument
613 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float … in gatherOffsetsCompare() argument
[all …]
DtcuTexLookupVerifier.cpp39 static bool isSamplerSupported (const Sampler& sampler) in isSamplerSupported()
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, … in lookup()
65 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i… in lookup()
101 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler in lookupQuad()
115 static void lookupLine (ColorLine& dst, const ConstPixelBufferAccess& level, const Sampler& sampler in lookupLine()
566 const Sampler& sampler, in isNearestSampleResultValid()
593 const Sampler& sampler, in isNearestSampleResultValid()
628 const Sampler& sampler, in isNearestSampleResultValid()
668 const Sampler& sampler, in isLinearSampleResultValid()
721 const Sampler& sampler, in isLinearSampleResultValid()
[all …]
DtcuTexture.cpp1691 static inline Vec4 lookupBorder (const tcu::TextureFormat& format, const tcu::Sampler& sampler) in lookupBorder()
1740 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest1D()
1755 static Vec4 sampleNearest2D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest2D()
1774 static Vec4 sampleNearest3D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest3D()
1797 static Vec4 sampleLinear1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, … in sampleLinear1D()
1820 static Vec4 sampleLinear2D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, … in sampleLinear2D()
1856 static float sampleLinear1DCompare (const ConstPixelBufferAccess& access, const Sampler& sampler, f… in sampleLinear1DCompare()
1883 static float sampleLinear2DCompare (const ConstPixelBufferAccess& access, const Sampler& sampler, f… in sampleLinear2DCompare()
1925 static Vec4 sampleLinear3D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, … in sampleLinear3D()
1977 Vec4 ConstPixelBufferAccess::sample1D (const Sampler& sampler, Sampler::FilterMode filter, float s,… in sample1D() argument
[all …]
/external/mesa3d/src/mesa/main/
Dsamplerobj.c291 _mesa_IsSampler(GLuint sampler) in _mesa_IsSampler()
313 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler()
336 _mesa_BindSampler_no_error(GLuint unit, GLuint sampler) in _mesa_BindSampler_no_error()
343 _mesa_BindSampler(GLuint unit, GLuint sampler) in _mesa_BindSampler()
856 sampler_parameter_error_check(struct gl_context *ctx, GLuint sampler, in sampler_parameter_error_check()
889 _mesa_SamplerParameteri(GLuint sampler, GLenum pname, GLint param) in _mesa_SamplerParameteri()
972 _mesa_SamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) in _mesa_SamplerParameterf()
1054 _mesa_SamplerParameteriv(GLuint sampler, GLenum pname, const GLint *params) in _mesa_SamplerParameteriv()
1144 _mesa_SamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *params) in _mesa_SamplerParameterfv()
1227 _mesa_SamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *params) in _mesa_SamplerParameterIiv()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c240 lp_llvm_sampler_soa_destroy(struct lp_build_sampler_soa *sampler) in lp_llvm_sampler_soa_destroy()
255 struct lp_llvm_sampler_soa *sampler = (struct lp_llvm_sampler_soa *)base; in lp_llvm_sampler_soa_emit_fetch_texel() local
281 struct lp_llvm_sampler_soa *sampler = (struct lp_llvm_sampler_soa *)base; in lp_llvm_sampler_soa_emit_size_query() local
295 struct lp_llvm_sampler_soa *sampler; in lp_llvm_sampler_soa_create() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c110 struct pipe_sampler_state *sampler) in st_convert_sampler()
225 struct pipe_sampler_state *sampler, in st_convert_sampler_from_unit()
272 struct pipe_sampler_state *sampler = samplers + unit; in update_shader_samplers() local
297 struct pipe_sampler_state *sampler = samplers + unit; in update_shader_samplers() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_validate.c22 struct gl_sampler_object *sampler) in intel_update_max_level()
48 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); in intel_finalize_mipmap_tree() local
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp578 GLuint sampler = 0; in gen_samplers() local
587 GLuint sampler = 0; in bind_sampler() local
619 GLuint sampler = 0; in get_sampler_parameteriv() local
638 GLuint sampler = 0; in get_sampler_parameterfv() local
659 GLuint sampler = 0x1234; in get_sampler_parameterIiv() local
682 GLuint sampler = 0x1234; in get_sampler_parameterIuiv() local
702 GLuint sampler = 0; in sampler_parameteri() local
730 GLuint sampler = 0; in sampler_parameteriv() local
750 GLuint sampler = 0; in sampler_parameterf() local
778 GLuint sampler = 0; in sampler_parameterfv() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_validate.c47 struct gl_sampler_object *sampler) in intel_update_max_level()
73 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); in intel_finalize_mipmap_tree() local
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/
DSpanBuilderImpl.java55 @Nullable private Sampler sampler; field in SpanBuilderImpl
64 @Nullable Sampler sampler, in startSpanInternal()
121 @Nullable Sampler sampler, in makeSamplingDecision()
231 public SpanBuilderImpl setSampler(Sampler sampler) { in setSampler()
/external/deqp/framework/randomshaders/
DrsgSamplers.hpp43 Sampler2D (const tcu::Texture2D* texture, const tcu::Sampler& sampler) in Sampler2D()
68 SamplerCube (const tcu::TextureCube* texture, const tcu::Sampler& sampler) in SamplerCube()
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst1 .. _sampler: target
/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp287 struct swr_sampler_soa *sampler = (struct swr_sampler_soa *)base; in swr_sampler_soa_emit_fetch_texel() local
314 struct swr_sampler_soa *sampler = (struct swr_sampler_soa *)base; in swr_sampler_soa_emit_size_query() local
330 struct swr_sampler_soa *sampler; in swr_sampler_soa_create() local
/external/skia/src/gpu/
DGrTextureProducer.cpp244 GrSamplerState sampler; // Default is nearest + clamp in refTextureProxyForParams() local
259 const GrSamplerState& sampler, in refTextureProxyForParams()
291 GrSamplerState sampler(GrSamplerState::WrapMode::kClamp, filter); in refTextureProxy() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c234 struct draw_llvm_sampler_soa *sampler = (struct draw_llvm_sampler_soa *)base; in draw_llvm_sampler_soa_emit_fetch_texel() local
256 struct draw_llvm_sampler_soa *sampler = (struct draw_llvm_sampler_soa *)base; in draw_llvm_sampler_soa_emit_size_query() local
269 struct draw_llvm_sampler_soa *sampler; in draw_llvm_sampler_soa_create() local

12345678910>>...16