HomeSort by relevance Sort by last modified time
    Searched full:sampler (Results 701 - 725 of 1009) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 893 GLuint sampler,
966 GLuint sampler,
brw_fs_emit.cpp 416 SURF_INDEX_TEXTURE(inst->sampler),
417 inst->sampler,
brw_fs.cpp 42 #include "program/sampler.h"
149 sampler == inst->sampler &&
552 /* The sampler takes up a slot, but we don't use any values from it. */
    [all...]
brw_wm_surface_state.c 777 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 368 if (t->Sampler.MinFilter == GL_NEAREST ||
369 t->Sampler.MinFilter == GL_LINEAR || !base)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 820 if ((texObj->Sampler.MinFilter == GL_NEAREST ||
821 texObj->Sampler.MinFilter == GL_LINEAR) &&
  /external/v8/test/cctest/
test-profile-generator.cc 528 // if the sampler managed to get a tick.
608 // if the sampler managed to get a tick.
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 706 NON_DISPATCHABLE_HANDLE_DTOR(Sampler, vkDestroySampler)
708 void Sampler::init(const Device &dev, const VkSamplerCreateInfo &info) {
vkrenderframework.cpp 455 int VkDescriptorSetObj::AppendSamplerTexture(VkSamplerObj *sampler,
463 tmp.sampler = sampler->handle();
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_17.sh     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 277 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
583 sampleParams.sampler = glu::mapGLSampler(GL_CLAMP_TO_EDGE, GL_CLAMP_TO_EDGE, m_minFilter, m_magFilter);
584 sampleParams.sampler.seamlessCubeMap = true;
841 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapT, m_minFilter, m_magFilter);
    [all...]
  /external/v8/src/
log.cc 608 // This design minimizes the time spent in the sampler.
677 class Ticker: public Sampler {
680 Sampler(isolate, interval),
1881 Sampler* Logger::sampler() { function in class:v8::internal::Logger
    [all...]
isolate.cc 32 #include "src/profiler/sampler.h"
1903 Sampler* sampler = logger_->sampler(); local
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 351 VKAPI_ATTR void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator);
    [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
overview.jd 585 Handle to a Sampler
593 Sampler wrap T value
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 528 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
618 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
    [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp     [all...]
es3pStateChangeTests.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 89 {ObjectDataType, _, "RS_SAMPLER", "SAMPLER", 32, "Sampler", "Sampler", _, _, _, false},
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 176 // Set the sampler texture unit to 0
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_20.sh     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkFunctionPointerTypes.inl 75 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerFunc) (VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator);
vkNullDriver.cpp 168 VK_NULL_DEFINE_DEVICE_OBJ(Sampler);

Completed in 2654 milliseconds

<<21222324252627282930>>