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

1 2 3 4 5 6 7 8 91011

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 583 tcu::copy(depthTexture.getAccess(), tcu::getEffectiveDepthStencilAccess(src, tcu::Sampler::MODE_DEPTH));
589 tcu::TextureLevel stencilTexture (tcu::getEffectiveDepthStencilTextureFormat(src.getFormat(), tcu::Sampler::MODE_STENCIL), src.getWidth(), src.getHeight(), src.getDepth());
590 tcu::copy(stencilTexture.getAccess(), tcu::getEffectiveDepthStencilAccess(src, tcu::Sampler::MODE_STENCIL));
814 tcu::copy(tcu::getEffectiveDepthStencilAccess(resultLevel->getAccess(), tcu::Sampler::MODE_DEPTH), depthTexture.getAccess());
819 tcu::TextureLevel stencilTexture (tcu::getEffectiveDepthStencilTextureFormat(imageFormat, tcu::Sampler::MODE_STENCIL), parms.extent.width, parms.extent.height, parms.extent.depth);
821 tcu::copy(tcu::getEffectiveDepthStencilAccess(resultLevel->getAccess(), tcu::Sampler::MODE_STENCIL), stencilTexture.getAccess());
2176 const tcu::Sampler& sampler; member in struct:vkt::api::__anon17604::Capture
2236 const tcu::Sampler& sampler; member in struct:vkt::api::__anon17604::Capture
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp 199 tcu::Sampler sampler; member in struct:vkt::sr::__anon17889::TextureSpec
217 const tcu::Sampler& sampler_)
224 , sampler (sampler_)
398 inline Vec4 texture2D (const ShaderEvalContext& c, float s, float t, float lod) { return c.textures[0].tex2D->sample(c.textures[0].sampler, s, t, lod); }
399 inline Vec4 textureCube (const ShaderEvalContext& c, float s, float t, float r, float lod) { return c.textures[0].texCube->sample(c.textures[0].sampler, s, t, r, lod); }
400 inline Vec4 texture2DArray (const ShaderEvalContext& c, float s, float t, float r, float lod) { return c.textures[0].tex2DArray->sample(c.textures[0].sampler, s, t, r, lod); }
401 inline Vec4 texture3D (const ShaderEvalContext& c, float s, float t, float r, float lod) { return c.textures[0].tex3D->sample(c.textures[0].sampler, s, t, r, lod); }
402 inline Vec4 texture1D (const ShaderEvalContext& c, float s, float lod) { return c.textures[0].tex1D->sample(c.textures[0].sampler, s, lod); }
403 inline Vec4 texture1DArray (const ShaderEvalContext& c, float s, float t, float lod) { return c.textures[0].tex1DArray->sample(c.textures[0].sampler, s, t, lod);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 30 #include "Sampler.h"
219 for(int sampler = 0; sampler < MAX_COMBINED_TEXTURE_IMAGE_UNITS; sampler++)
221 mState.samplerTexture[type][sampler] = nullptr;
250 mState.sampler[i] = nullptr;
971 // Returns an unused sampler name
1080 void Context::deleteSampler(GLuint sampler)
1082 detachSampler(sampler);
1084 mResourceManager->deleteSampler(sampler);
3196 int sampler = (type == sw::SAMPLER_PIXEL) ? index : 16 + index; local
    [all...]
  /external/v8/src/
isolate.cc 38 #include "src/libsampler/sampler.h"
2401 sampler::Sampler* sampler = logger_->sampler(); local
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 160 VkSampler sampler; member in struct:texture_object
1694 const VkSamplerCreateInfo sampler = { local
    [all...]
cube.cpp 78 vk::Sampler sampler; member in struct:texture_object
634 device.destroySampler(textures[i].sampler, nullptr);
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation_types.h 237 VkSampler sampler; member in struct:SAMPLER_STATE
240 SAMPLER_STATE(const VkSampler *ps, const VkSamplerCreateInfo *pci) : sampler(*ps), createInfo(*pci){};
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 378 vk::VkDescriptorImageInfo makeDescriptorImageInfo (vk::VkSampler sampler)
380 return vk::makeDescriptorImageInfo(sampler, (vk::VkImageView)0, (vk::VkImageLayout)0);
4865 const tcu::Sampler& sampler = ((samplePosNdx % 2) == 0) ? (samplerA) : (samplerB); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 260 * Descriptor set binding for sampler or UBO.
265 * Initial binding point for a sampler or UBO.
1195 nir_deref_var *sampler; member in struct:__anon29290
2521 unsigned sampler; member in struct:nir_lower_bitmap_options
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 5004 unsigned sampler = inst->Src[src_idx].Register.Index; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h 855 /* Index into the sampler table for the associated sampler */
892 struct anv_sampler *sampler; member in struct:anv_descriptor::__anon30365::__anon30366
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 170 // If it's a syntactic write to a sampler, we will use that to establish
278 // Spin off sampler aliasing
528 // Deal with sampler aliasing: turning assignments into aliases
538 error(loc, "can't modify sampler", op, "");
543 warn(loc, "sampler or image aliased under control flow; consumption must be in same path", op, "");
547 warn(loc, "could not create alias for sampler", op, "");
777 const TSampler& sampler = base->getType().getSampler(); local
778 if (sampler.isImage() || sampler.isTexture()) {
784 TIntermAggregate* load = new TIntermAggregate(sampler.isImage() ? EOpImageLoad : EOpTextureFetch)
994 const TSampler& sampler = base->getType().getSampler(); local
3534 const TSampler& sampler = arg0->getType().getSampler(); local
3571 const TSampler& sampler = argTex->getType().getSampler(); local
3610 const TSampler& sampler = argTex->getType().getSampler(); local
3649 const TSampler& sampler = texType.getSampler(); local
3847 const TSampler& sampler = argTex->getType().getSampler(); local
3918 const TSampler& sampler = argTex->getType().getSampler(); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 991 VkSampler sampler = VK_NULL_HANDLE; local
3772 VkSampler sampler; local
4930 VkSampler sampler; local
5126 VkSampler sampler; local
5322 VkSampler sampler; local
8612 VkSampler sampler; local
8780 VkSampler sampler; local
8873 VkSampler sampler; local
8948 VkSampler sampler = (VkSampler)((size_t)0xbaadbeef); \/\/ Sampler with invalid handle local
9040 VkSampler sampler; local
9146 VkSampler sampler; local
10597 VkSampler sampler; local
10919 VkSampler sampler; local
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 1992 VkSampler sampler; member in struct:VkDescriptorImageInfo
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 2089 VkSampler sampler; member in struct:VkDescriptorImageInfo
    [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h 2089 VkSampler sampler; member in struct:VkDescriptorImageInfo
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 1983 VkSampler sampler; member in struct:VkDescriptorImageInfo
    [all...]
vulkan.hpp 4282 Sampler sampler; member in struct:vk::vk::ImageLayout::DescriptorImageInfo
16742 Sampler sampler; local
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 2286 VkSampler sampler; member in struct:VkDescriptorImageInfo
    [all...]
vulkan.hpp 5684 Sampler sampler; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::DescriptorImageInfo
29224 Sampler sampler; local
29231 Sampler sampler; local
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h 2438 VkSampler sampler; member in struct:VkDescriptorImageInfo
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 

Completed in 3170 milliseconds

1 2 3 4 5 6 7 8 91011