| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SamplerCore.cpp | 2281 Float4 coord = uvw; in address() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | SamplerCore.cpp | 2362 Float4 coord = uvw; in address() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_glsl.hpp | 421 uint32_t coord = 0, coord_components = 0, dref = 0; member
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 1703 string country, coord, zone; in main() local
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgxvar.c | 1921 FT_Fixed coord = coords[i]; in ft_var_to_normalized() local [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_bottlenecks.h | 1477 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 D | dng_xmp.cpp | 239 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 D | dng_reference.cpp | 1944 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 D | es3fVertexTextureTests.cpp | 454 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 D | es31fOpaqueTypeIndexingTests.cpp | 602 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)]; in iterate() local
|
| H A D | es31fTextureGatherTests.cpp | 525 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 D | glsVertexArrayTests.cpp | 716 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 D | vktOpaqueTypeIndexingTests.cpp | 911 const float coord = coords[invocationNdx*numCoordComps + (numCoordComps-1)]; in iterate() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTextureTestUtil.cpp | 614 static float computeCubeLodFromDerivates (LodMode lodMode, const tcu::Vec3& coord, const tcu::Vec3& coordDx, const tcu::Vec3& coordDy, const int faceSize) in computeCubeLodFromDerivates() argument 1357 const float coord = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy); computeTextureLookupDiff() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fVertexTextureTests.cpp | 359 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 360 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 372 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y); in computeReference() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_surface.c | 3140 nir_ssa_def *coord[] = {x, y, z, 0}; gfx10_nir_meta_addr_from_coord() local [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_private.h | 596 nir_ssa_def *coord; member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 596 nir_ssa_def *coord = nir_f2i32(b, nir_load_var(b, in_coords)); in build_ms_copy_fs_shader() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 78 create_frag_input(struct ir3_context *ctx, struct ir3_instruction *coord, in create_frag_input() argument 2918 struct ir3_instruction *const *coord, *const *off, *const *ddx, *const *ddy; in emit_tex() local 3914 struct ir3_instruction *coord = NULL; setup_input() local [all...] |
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_blit.c | 73 nir_ssa_def *coord = nir_f2i32(b, nir_load_frag_coord(b)); in blorp_blit_get_frag_coords() local 100 nir_ssa_def *coord = nir_load_global_invocation_id(b, 32); in blorp_blit_get_cs_dst_coords() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1723 lp_build_cube_imapos(struct lp_build_context *coord_bld, LLVMValueRef coord) lp_build_cube_imapos() argument 2056 lp_build_sample_partial_offset(struct lp_build_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef stride, LLVMValueRef *out_offset, LLVMValueRef *out_subcoord) lp_build_sample_partial_offset() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 1819 union blitter_attrib coord; in blitter_draw_tex() local 2949 union blitter_attrib coord; in util_blitter_stencil_fallback() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 556 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 562 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 568 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 575 gatherOffsetsCompare(const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4]) gatherOffsetsCompare() argument 580 gatherOffsetsCompare(const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) gatherOffsetsCompare() argument 585 gatherOffsetsCompare(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4]) gatherOffsetsCompare() argument 593 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 606 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/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationInvarianceTests.cpp | 783 const tcu::Vec3& coord = result.primitives[primitiveNdx].tessCoord[i].swizzle(0, 1, 2); in iterate() local 859 const tcu::Vec3& coord = result.primitives[primitiveNdx].tessCoord[i].swizzle(0, 1, 2); in iterate() local 955 const tcu::Vec3& coord = result.primitives[primitiveNdx].tessCoord[i].swizzle(0, 1, 2); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 768 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const string& coord, const string& lod) in genFetch() argument 776 s << vecType << "(ubo0_1.val[" << coord << "]"; in genFetch() local 782 s << vecType << "(ssbo0_1.val[" << coord << "]"; in genFetch() local 787 s << "texelFetch(texbo0_1, " << coord << ")"; in genFetch() local 790 s << "imageLoad(image0_1, " << coord << ")"; in genFetch() local 794 s << "texelFetch(texture0_1, " << coord << ")"; in genFetch() local 799 s << "imageLoad(image0_1, " << coord << ")"; in genFetch() local 834 static string genStore(int descriptorType, const string& vecType, const string& bufType, const string& coord) in genStore() argument 855 genAtomic(int descriptorType, const string& bufType, const string& coord) genAtomic() argument 930 string coord = "ivec" + to_string(numCoords) + "("; genCoord() local 1343 string coord = genCoord("c", numCoords, m_data.samples, i); initPrograms() local 1374 string coord = genCoord("c", numCoords, m_data.samples, i); initPrograms() local [all...] |