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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 724 const struct pipe_sampler_state *sampler = i < num ? samplers[i] : NULL; local
726 if (sampler) {
730 jit_tex->min_lod = sampler->min_lod;
731 jit_tex->max_lod = sampler->max_lod;
732 jit_tex->lod_bias = sampler->lod_bias;
733 COPY_4V(jit_tex->border_color, sampler->border_color.f);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 661 GLuint sampler,
677 insn->bits3.sampler_gen7.sampler = sampler;
682 insn->bits3.sampler_gen5.sampler = sampler;
687 insn->bits3.sampler_g4x.sampler = sampler;
690 insn->bits3.sampler.binding_table_index = binding_table_index;
691 insn->bits3.sampler.sampler = sampler
    [all...]
brw_disasm.c 305 [BRW_SFID_SAMPLER] = "sampler",
316 [BRW_SFID_SAMPLER] = "sampler",
320 [GEN6_SFID_DATAPORT_SAMPLER_CACHE] = "sampler",
    [all...]
brw_structs.h 1305 GLuint sampler:4; member in struct:brw_instruction::__anon19686::__anon19697
1313 } sampler; member in union:brw_instruction::__anon19686
1318 GLuint sampler:4; member in struct:brw_instruction::__anon19686::__anon19698
1330 GLuint sampler:4; member in struct:brw_instruction::__anon19686::__anon19699
1343 GLuint sampler:4; member in struct:brw_instruction::__anon19686::__anon19700
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 65 struct pipe_sampler_state sampler; member in struct:gen_mipmap_state
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 276 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
288 // Bind gradient texture and setup sampler parameters.
526 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); local
527 sampler.seamlessCubeMap = true;
549 // Bind gradient texture and setup sampler parameters.
583 params.sampler = sampler;
  /external/mesa3d/src/mesa/drivers/common/
meta.c 277 * State for GLSL texture sampler which is used to generate fragment
295 GLuint Sampler;
311 GLuint VBO, FBO, RBO, Sampler;
1449 GLuint sampler, samplerSave = local
3089 struct glsl_sampler *sampler; local
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 780 static SkScaledBitmapSampler::RowProc getRowProc(const SkScaledBitmapSampler& sampler) {
781 return sampler.fRowProc;
860 SkScaledBitmapSampler sampler(10, 10, 1);
865 sampler.begin(&dummyBitmap, (SkScaledBitmapSampler::SrcConfig) sc,
868 SkScaledBitmapSampler::RowProc actual = RowProcTester::getRowProc(sampler);
SkImageDecoder_libwebp.cpp 299 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
300 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(),
301 sampler.scaledHeight())) {
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 454 GLuint sampler; local
455 gl.genSamplers(1, &sampler);
457 m_samplers.push_back(sampler);
glsTextureTestUtil.hpp 119 SamplerType samplerType; //!< Sampler type.
319 , sampler ()
328 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
330 , sampler (sampler_)
339 tcu::Sampler sampler; member in struct:deqp::gls::TextureTestUtil::ReferenceParams
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 400 int64_t sampler = MI.getOperand(op_offset+2).getImm(); local
410 // XXX: Emit resource id r600_shader.c uses sampler + 1. Why?
411 EmitByte(sampler + 1 + 1, OS);
467 // Emit sampler id
468 EmitByte(sampler, OS);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 184 ID3D11SamplerState* sampler[2]; member in struct:d3d11_blitter
199 dev->CreateSamplerState(&samplerd, &sampler[i]);
220 ctx->PSSetSamplers(0, 1, &sampler[!!linear]);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 221 GLuint sampler,
242 i915_emit_texld( p, 0, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, op );
286 T0_SAMPLER( sampler ));
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 3838 VkSampler sampler; local
3942 VkSampler sampler; local
4047 VkSampler sampler; local
4148 VkSampler sampler; local
4231 VkSampler sampler = local
4331 VkSampler sampler; local
4446 VkSampler sampler; local
    [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl32.h     [all...]
  /external/mesa3d/src/glsl/
ir.cpp 1307 ir_texture::set_sampler(ir_dereference *sampler, const glsl_type *type)
1309 assert(sampler != NULL);
    [all...]
ir_clone.cpp 235 new_tex->sampler = this->sampler->clone(mem_ctx, ht);
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /frameworks/native/opengl/include/GLES3/
gl32.h     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 118 sampler. X indicates that the corresponding component in the rgba

Completed in 1478 milliseconds

1 2 3 4 5 6 7 8 91011>>