HomeSort by relevance Sort by last modified time
    Searched refs:sampler (Results 101 - 125 of 477) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 210 assert(svga->curr.sampler[i]);
213 if (!svga->curr.sampler[i]->normalized_coords) {
229 if (svga->curr.sampler[i]) {
230 key->tex[i].compare_mode = svga->curr.sampler[i]->compare_mode;
231 key->tex[i].compare_func = svga->curr.sampler[i]->compare_func;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 140 wm->wm4.sampler_count = (brw->sampler.count + 1) / 4;
143 if (brw->sampler.count) {
146 brw->sampler.offset) >> 5;
235 /* Emit sampler state relocation */
236 if (brw->sampler.count != 0) {
240 intel->batch.bo, (brw->sampler.offset |
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_validate.c 21 struct gl_sampler_object *sampler)
25 if (sampler->MinFilter == GL_NEAREST ||
26 sampler->MinFilter == GL_LINEAR) {
41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
57 intel_update_max_level(intelObj, sampler);
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 15 static void *sampler = NULL; variable
171 sampler = graw_util_create_simple_sampler(&info,
174 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler);
tex-srgb.c 163 void *sampler; local
164 sampler = graw_util_create_simple_sampler(&info,
167 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler);
170 /* linear sampler view */
185 /* srgb sampler view */
tex-swizzle.c 12 static void *sampler = NULL; variable
150 sampler = graw_util_create_simple_sampler(&info,
154 info.ctx->bind_fragment_sampler_states(info.ctx, 1, &sampler);
  /external/v8/src/profiler/
cpu-profiler.h 16 #include "src/libsampler/v8-sampler.h"
133 // methods called by event producers: VM and stack sampler threads.
137 sampler::Sampler* sampler,
175 sampler::Sampler* sampler_;
212 // Invoked from stack sampler (thread or signal handler.)
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 52 const GrGLSLTextureSampler& sampler,
72 builder->appendTextureLookupAndModulate(inModulateColor, sampler,
83 builder->appendTextureLookupAndModulate(inModulateColor, sampler,
102 builder->appendTextureLookupAndModulate(inModulateColor, sampler,
127 builder->appendTextureLookupAndModulate(inModulateColor, sampler,
140 builder->appendTextureLookupAndModulate(inModulateColor, sampler,
  /frameworks/base/opengl/java/android/opengl/
GLES31Ext.java 592 // C function void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param )
595 int sampler,
601 // C function void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param )
604 int sampler,
609 // C function void glSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, const GLuint *param )
612 int sampler,
618 // C function void glSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, const GLuint *param )
621 int sampler,
626 // C function void glGetSamplerParameterIivEXT ( GLuint sampler, GLenum pname, GLint *params )
629 int sampler,
    [all...]
GLES32.java 687 // C function void glSamplerParameterIiv ( GLuint sampler, GLenum pname, const GLint *param )
690 int sampler,
696 // C function void glSamplerParameterIiv ( GLuint sampler, GLenum pname, const GLint *param )
699 int sampler,
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES32.spec 38 void glSamplerParameterIiv ( GLuint sampler, GLenum pname, const GLint *param )
39 void glSamplerParameterIuiv ( GLuint sampler, GLenum pname, const GLuint *param )
40 void glGetSamplerParameterIiv ( GLuint sampler, GLenum pname, GLint *params )
41 void glGetSamplerParameterIuiv ( GLuint sampler, GLenum pname, GLuint *params )
GLES30.spec 88 GLboolean glIsSampler ( GLuint sampler )
89 void glBindSampler ( GLuint unit, GLuint sampler )
90 void glSamplerParameteri ( GLuint sampler, GLenum pname, GLint param )
91 void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param )
92 void glSamplerParameterf ( GLuint sampler, GLenum pname, GLfloat param )
93 void glSamplerParameterfv ( GLuint sampler, GLenum pname, const GLfloat *param )
94 void glGetSamplerParameteriv ( GLuint sampler, GLenum pname, GLint *params )
95 void glGetSamplerParameterfv ( GLuint sampler, GLenum pname, GLfloat *params )
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 225 struct lp_build_sampler_soa *sampler,
344 outputs, sampler, &shader->info.base);
450 struct lp_build_sampler_soa *sampler,
583 outputs, sampler, &shader->info.base);
790 struct lp_build_sampler_soa *sampler; local
    [all...]
lp_state_fs.h 69 struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS]; member in struct:lp_fragment_shader_variant_key
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 573 struct compute_sampler_state *sampler,
579 unsigned aniso_flag_offset = sampler->state.max_anisotropy > 1 ? 2 : 0;
584 S_03C000_CLAMP_X(r600_tex_wrap(sampler->state.wrap_s)) |
585 S_03C000_CLAMP_Y(r600_tex_wrap(sampler->state.wrap_t)) |
586 S_03C000_CLAMP_Z(r600_tex_wrap(sampler->state.wrap_r)) |
587 S_03C000_XY_MAG_FILTER(r600_tex_filter(sampler->state.mag_img_filter) | aniso_flag_offset) |
588 S_03C000_XY_MIN_FILTER(r600_tex_filter(sampler->state.min_img_filter) | aniso_flag_offset) |
592 S_03C004_MIN_LOD(S_FIXED(CLAMP(sampler->state.min_lod, 0, 15), 8)) |
593 S_03C004_MAX_LOD(S_FIXED(CLAMP(sampler->state.max_lod, 0, 15), 8))
596 S_03C008_LOD_BIAS(S_FIXED(CLAMP(sampler->state.lod_bias, -16, 16), 8))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 421 /* sampler */
423 struct pipe_sampler_state sampler; local
425 memset(&sampler, 0, sizeof(sampler));
426 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
427 sampler.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
428 sampler.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
429 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
430 sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
431 sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
vkImageUtil.hpp 48 tcu::Sampler mapVkSampler (const VkSamplerCreateInfo& samplerCreateInfo);
49 tcu::Sampler::CompareMode mapVkSamplerCompareOp (VkCompareOp compareOp);
50 tcu::Sampler::WrapMode mapVkSamplerAddressMode (VkSamplerAddressMode addressMode);
51 tcu::Sampler::FilterMode mapVkMinTexFilter (VkFilter filter, VkSamplerMipmapMode mipMode);
52 tcu::Sampler::FilterMode mapVkMagTexFilter (VkFilter filter);
57 VkFilter mapFilterMode (tcu::Sampler::FilterMode filterMode);
58 VkSamplerMipmapMode mapMipmapMode (tcu::Sampler::FilterMode filterMode);
59 VkSamplerAddressMode mapWrapMode (tcu::Sampler::WrapMode wrapMode);
60 VkCompareOp mapCompareMode (tcu::Sampler::CompareMode mode);
62 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format)
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 547 public boolean glIsSampler (int sampler) {
548 return GL33.glIsSampler(sampler);
552 public void glBindSampler (int unit, int sampler) {
553 GL33.glBindSampler(unit, sampler);
557 public void glSamplerParameteri (int sampler, int pname, int param) {
558 GL33.glSamplerParameteri(sampler, pname, param);
562 public void glSamplerParameteriv (int sampler, int pname, IntBuffer param) {
563 GL33.glSamplerParameter(sampler, pname, param);
567 public void glSamplerParameterf (int sampler, int pname, float param) {
568 GL33.glSamplerParameterf(sampler, pname, param)
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 549 public boolean glIsSampler (int sampler) {
550 return GL33.glIsSampler(sampler);
554 public void glBindSampler (int unit, int sampler) {
555 GL33.glBindSampler(unit, sampler);
559 public void glSamplerParameteri (int sampler, int pname, int param) {
560 GL33.glSamplerParameteri(sampler, pname, param);
564 public void glSamplerParameteriv (int sampler, int pname, IntBuffer param) {
565 GL33.glSamplerParameteriv(sampler, pname, param);
569 public void glSamplerParameterf (int sampler, int pname, float param) {
570 GL33.glSamplerParameterf(sampler, pname, param)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 116 struct ureg_src sampler, bool resource3d)
118 ureg_TEX(shader, m[0], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[0], sampler);
119 ureg_TEX(shader, m[1], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[1], sampler);
512 struct pipe_sampler_state sampler; local
545 memset(&sampler, 0, sizeof(sampler));
546 sampler.wrap_s = PIPE_TEX_WRAP_REPEAT;
547 sampler.wrap_t = PIPE_TEX_WRAP_REPEAT;
548 sampler.wrap_r = PIPE_TEX_WRAP_REPEAT;
549 sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST
    [all...]
vl_mc.c 163 struct ureg_src tc[2], sampler; local
175 sampler = ureg_DECL_sampler(shader, 0);
192 * fragment.xyz = tex(ref, sampler[0])
214 ureg_TEX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_XYZ), TGSI_TEXTURE_2D, ureg_src(ref), sampler);
333 * fragment.xyz = tex(tc, sampler) * scale + tc.z
374 struct pipe_sampler_state sampler; local
381 memset(&sampler, 0, sizeof(sampler));
382 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
383 sampler.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
sampler.cpp 24 #include "core/sampler.hpp"
36 return new sampler(*ctx, norm_mode, addr_mode, filter_mode);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 88 struct pipe_sampler_view *sampler; member in struct:__anon19491
  /external/v8/src/libsampler/
v8-sampler.h 14 namespace sampler { namespace in namespace:v8
17 // Sampler
19 // A sampler periodically samples the state of the VM and optionally
23 class Sampler {
28 // Initializes the Sampler support. Called once at VM startup.
32 // Initialize sampler.
33 explicit Sampler(Isolate* isolate);
34 virtual ~Sampler();
43 // Start and stop sampler.
47 // Whether the sampling thread should use this Sampler for CPU profiling
    [all...]

Completed in 647 milliseconds

1 2 3 45 6 7 8 91011>>