HomeSort by relevance Sort by last modified time
    Searched full:texture2darray (Results 26 - 46 of 46) sorted by null

12

  /external/deqp/modules/glshared/
glsFboUtil.hpp 251 struct Texture2DArray : public TextureLayered
glsShaderRenderCase.cpp 83 TextureBinding::TextureBinding (const glu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler)
120 void TextureBinding::setTexture (const glu::Texture2DArray* tex2DArray)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 371 static void swizzleTexture (tcu::Texture2DArray& dst, const tcu::Texture2DArray& src, const MaybeTextureSwizzle& swizzle)
373 dst = tcu::Texture2DArray(src.getFormat(), src.getWidth(), src.getHeight(), src.getNumLayers());
    [all...]
es31fShaderImageLoadStoreTests.cpp 322 static inline tcu::Texture2DArray* newOneLevelTexture2DArray (const tcu::TextureFormat& format, int w, int h, int d)
324 tcu::Texture2DArray* const res = new tcu::Texture2DArray(format, w, h, d);
614 const SharedPtr<tcu::Texture2DArray> m_tex2DArray;
625 , m_tex2DArray (type == TEXTURETYPE_2D_ARRAY ? SharedPtr<tcu::Texture2DArray> (newOneLevelTexture2DArray (format, w, h, d)) : SharedPtr<tcu::Texture2DArray>())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 217 static tcu::Vec4 sampleTexture (const tcu::Texture2DArray& texture, const tcu::Sampler& sampler, const tcu::Vec4& texCoord, float lod)
vktPipelineImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 122 const tcu::Texture2DArray* tex2DArray;
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 293 texCfg = &builder.makeConfig<Texture2DArray>();
es3fTextureFormatTests.cpp 441 glu::Texture2DArray* m_texture;
483 ? new glu::Texture2DArray(m_renderCtx, m_format, m_dataType, m_width, m_height, m_numLayers) // Implicit internal format.
484 : new glu::Texture2DArray(m_renderCtx, m_format, m_width, m_height, m_numLayers); // Explicit internal format.
    [all...]
es3fShaderTextureFunctionTests.cpp 281 inline Vec4 texture2DArray (const gls::ShaderEvalContext& c, float s, float t, float r, float lod) { return c.textures[0].tex2DArray->sample(c.textures[0].sampler, s, t, r, lod); }
298 static void evalTexture2DArray (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2DArray(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), p.lod)*p.scale + p.bias; }
303 static void evalTexture2DArrayBias (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2DArray(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), p.lod+c.in[1].x())*p.scale + p.bias; }
315 static void evalTexture2DArrayLod (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2DArray(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), c.in[1].x())*p.scale + p.bias; }
376 static void evalTexture2DArrayGrad (gls::ShaderEvalContext& c, const TexLookupParams& p) { c.color = texture2DArray(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad2DArray(c))*p.scale + p.bias; }
465 glu::Texture2DArray* m_texture2DArray;
    [all...]
es3fFboTestUtil.cpp 643 const sglr::rc::Texture2DArray* tex = m_uniforms[0].sampler.tex2DArray;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 64 using tcu::Texture2DArray;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h 218 D3D10_TEX2D_ARRAY_SRV Texture2DArray;
    [all...]
d3d11.h 665 D3D11_TEX2D_ARRAY_UAV Texture2DArray;
774 D3D11_TEX2D_ARRAY_DSV Texture2DArray;
803 D3D11_TEX2D_ARRAY_RTV Texture2DArray;
871 D3D11_TEX2D_ARRAY_SRV Texture2DArray;
    [all...]
d3d10.h 952 D3D10_TEX2D_ARRAY_DSV Texture2DArray;
1008 D3D10_TEX2D_ARRAY_RTV Texture2DArray;
1062 D3D10_TEX2D_ARRAY_SRV Texture2DArray;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 567 TARG_CASE_2(TEXTURE2DARRAY, 2D_ARRAY);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 

Completed in 1495 milliseconds

12