Home
last modified time | relevance | path

Searched defs:coord (Results 101 - 125 of 178) sorted by relevance

12345678

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c1020 nir_ssa_def *coord = nir_channels(&b, global_id, 0x3); in build_clear_dcc_comp_to_single_shader() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp3242 Value *coord = bld.getScratch(); in calculateSampleOffset() local
H A Dnv50_ir_lowering_nv50.cpp1848 Value *coord = processSurfaceCoords(su); in handleSULDP() local
1964 Value *coord = processSurfaceCoords(su); in handleSUREDP() local
1997 Value *coord = processSurfaceCoords(su); in handleSUSTP() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c330 nir_ssa_def *coord = nir_f2u32(&b, nir_load_var(&b, coord_var)); in panvk_meta_copy_img2img_shader() local
885 nir_ssa_def *coord = nir_load_var(&b, coord_var); in panvk_meta_copy_buf2img_shader() local
1261 nir_ssa_def *coord = nir_load_global_invocation_id(&b, 32); panvk_meta_copy_img2buf_shader() local
1641 nir_ssa_def *coord = nir_load_global_invocation_id(&b, 32); panvk_meta_copy_buf2buf_shader() local
1775 nir_ssa_def *coord = nir_load_global_invocation_id(&b, 32); panvk_meta_fill_buf_shader() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1703 string country, coord, zone; in main() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c471 nir_ssa_def *coord = nir_load_var(&b, coord_var); in pan_blitter_get_blit_shader() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2312 LLVMValueRef coord = get_src(bld_base, instr->src[i].src); in visit_tex() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp909 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)]; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_1_0.cpp691 void Context::getTexGenfv(GLenum coord, GLenum pname, GLfloat *params) in getTexGenfv() argument
696 void Context::getTexGeniv(GLenum coord, GLenum pname, GLint *params) in getTexGeniv() argument
701 void Context::getTexGenxv(GLenum coord, GLenum pname, GLfixed *params) in getTexGenxv() argument
706 void Context::texGenf(GLenum coord, GLenum pname, GLfloat param) in texGenf() argument
711 void Context::texGenfv(GLenum coord, GLenum pname, const GLfloat *params) in texGenfv() argument
716 void Context::texGeni(GLenum coord, GLenum pname, GLint param) in texGeni() argument
721 void Context::texGeniv(GLenum coord, GLenum pname, const GLint *params) in texGeniv() argument
726 void Context::texGenx(GLenum coord, GLenum pname, GLfixed param) in texGenx() argument
731 void Context::texGenxv(GLenum coord, GLenum pname, const GLint *params) in texGenxv() argument
H A DvalidationES1.cpp2061 ValidateGetTexGenfvOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, const GLfloat *params) ValidateGetTexGenfvOES() argument
2071 ValidateGetTexGenivOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, const int *params) ValidateGetTexGenivOES() argument
2081 ValidateGetTexGenxvOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, const GLfixed *params) ValidateGetTexGenxvOES() argument
2091 ValidateTexGenfvOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, const GLfloat *params) ValidateTexGenfvOES() argument
2101 ValidateTexGenivOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, const GLint *param) ValidateTexGenivOES() argument
2111 ValidateTexGenxvOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, const GLint *param) ValidateTexGenxvOES() argument
2121 ValidateTexGenfOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, GLfloat param) ValidateTexGenfOES() argument
2131 ValidateTexGeniOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, GLint param) ValidateTexGeniOES() argument
2141 ValidateTexGenxOES(const Context *context, angle::EntryPoint entryPoint, GLenum coord, GLenum pname, GLfixed param) ValidateTexGenxOES() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp2167 uvec3 coord = IndexTo3DCoord(index - 5 * kBufferSize, local_size.x() * num_groups.x(), in RunIteration() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp2138 uvec3 coord = IndexTo3DCoord(index - 5 * kBufferSize, local_size.x() * num_groups.x(), in RunIteration() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp2281 Float4 coord = uvw; in address() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp2362 Float4 coord = uvw; in address() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp421 uint32_t coord = 0, coord_components = 0, dref = 0; member
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp1703 string country, coord, zone; in main() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c1921 FT_Fixed coord = coords[i]; in ft_var_to_normalized() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bottlenecks.h1477 DoResampleAcross16(const uint16 *sPtr, uint16 *dPtr, uint32 dCount, const int32 *coord, const int16 *wPtr, uint32 wCount, uint32 wStep, uint32 pixelRange) DoResampleAcross16() argument
1498 DoResampleAcross32(const real32 *sPtr, real32 *dPtr, uint32 dCount, const int32 *coord, const real32 *wPtr, uint32 wCount, uint32 wStep) DoResampleAcross32() argument
H A Ddng_xmp.cpp239 EncodeGPSCoordinate(const dng_string &ref, const dng_urational *coord) EncodeGPSCoordinate() argument
322 DecodeGPSCoordinate(const dng_string &s, dng_string &ref, dng_urational *coord) DecodeGPSCoordinate() argument
[all...]
H A Ddng_reference.cpp1944 RefResampleAcross16(const uint16 *sPtr, uint16 *dPtr, uint32 dCount, const int32 *coord, const int16 *wPtr, uint32 wCount, uint32 wStep, uint32 pixelRange) RefResampleAcross16() argument
1984 RefResampleAcross32(const real32 *sPtr, real32 *dPtr, uint32 dCount, const int32 *coord, const real32 *wPtr, uint32 wCount, uint32 wStep) RefResampleAcross32() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp454 static inline Vec4 sample (const tcu::Texture2D& tex, const Vec2& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), lod); } in sample() argument
455 static inline Vec4 sample (const tcu::TextureCube& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), coord.z(), lod); } in sample() argument
456 static inline Vec4 sample (const tcu::Texture2DArray& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord in sample() argument
457 sample(const tcu::Texture3D& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) sample() argument
469 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y); computeReference() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp602 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)]; in iterate() local
H A Des31fTextureGatherTests.cpp525 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() argument
531 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() argument
537 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() argument
544 gatherOffsetsCompare(const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4]) gatherOffsetsCompare() argument
549 gatherOffsetsCompare(const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) gatherOffsetsCompare() argument
554 gatherOffsetsCompare(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) gatherOffsetsCompare() argument
562 isGatherOffsetsResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const PrecType& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const tcu::Vector<ColorScalarT, 4>& result) isGatherOffsetsResultValid() argument
575 isGatherOffsetsCompareResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const tcu::TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result) isGatherOffsetsCompareResultValid() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp716 void calcShaderColorCoord (tcu::Vec2& coord, tcu::Vec3& color, const tcu::Vector<T, 4>& attribValue, bool isCoordinate, int numComponents) in calcShaderColorCoord() argument
772 tcu::Vec2 coord = tcu::Vec2(1.0, 1.0); in shadeVertices() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp911 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)]; in iterate() local

Completed in 78 milliseconds

12345678