Home
last modified time | relevance | path

Searched defs:coord (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/mesa3d/src/mesa/main/
Dtexgen.c46 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen()
78 texgenfv( GLuint texunitIndex, GLenum coord, GLenum pname, in texgenfv()
186 gettexgendv( GLuint texunitIndex, GLenum coord, GLenum pname, in gettexgendv()
219 gettexgenfv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgenfv()
260 gettexgeniv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgeniv()
306 _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_TexGenfv()
314 _mesa_MultiTexGenfvEXT( GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_MultiTexGenfvEXT()
321 _mesa_TexGeniv(GLenum coord, GLenum pname, const GLint *params ) in _mesa_TexGeniv()
338 _mesa_MultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, const GLint *params ) in _mesa_MultiTexGenivEXT()
355 _mesa_TexGend(GLenum coord, GLenum pname, GLdouble param ) in _mesa_TexGend()
[all …]
/third_party/mesa3d/src/mesa/swrast/
Ds_fog.c68 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale argument
70 #define EXP_FOG(f, coord) f = expf(density * coord) argument
72 #define EXP2_FOG(f, coord) \ argument
81 #define BLEND_FOG(f, coord) f = coord argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xy_coord.cpp23 dng_xy_coord XYZtoXY (const dng_vector_3 &coord) in XYZtoXY()
46 dng_vector_3 XYtoXYZ (const dng_xy_coord &coord) in XYtoXYZ()
/third_party/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h39 GLfloat *coord = coord_vec->start; in TAG() local
59 GLfloat *coord = coord_vec->start; in TAG() local
81 GLfloat *coord = coord_vec->start; in TAG() local
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dimage.hpp51 inline T imageLoad(const image2DBase<T> &image, glm::ivec2 coord) in imageLoad()
57 void imageStore(image2DBase<T> &image, glm::ivec2 coord, const T &value) in imageStore()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_int_cubemap_to_array.c72 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x()
86 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y()
100 evaluate_face_z(nir_builder *b, coord_t *coord) in evaluate_face_z()
114 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord) in create_array_tex_from_cube_tex()
154 nir_ssa_def *coord = tex->src[coord_index].src.ssa; in lower_cube_sample() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFragDepthTests.cpp210 const float coord[] = { 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f }; in iterate() local
328 const float coord[] = { 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f }; in iterate() local
416 static float evalConstDepth(const Vec2& coord) in evalConstDepth()
421 static float evalDynamicDepth(const Vec2& coord) in evalDynamicDepth()
425 static float evalNoWrite(const Vec2& coord) in evalNoWrite()
430 static float evalDynamicConditionalDepth(const Vec2& coord) in evalDynamicConditionalDepth()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragDepthTests.cpp198 const float coord[] = in iterate() local
327 const float coord[] = in iterate() local
431 static float evalConstDepth (const Vec2& coord) { DE_UNREF(coord); return 0.5f; } in evalConstDepth()
432 static float evalDynamicDepth (const Vec2& coord) { return (coord.x()+coord.y())*0.5f; } in evalDynamicDepth()
433 static float evalNoWrite (const Vec2& coord) { return 1.0f - (coord.x()+coord.y())*0.5f; } in evalNoWrite()
435 static float evalDynamicConditionalDepth (const Vec2& coord) in evalDynamicConditionalDepth()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3083 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
3176 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
3226 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
3276 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
3313 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
3345 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
3377 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() local
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextUtil.cpp55 const float coord[] = in drawQuadWithVaoBuffers() local
125 const float coord[] = in drawQuadWithClientPointers() local
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp595 const Vec2& coord, in isNearestSampleResultValid()
630 const Vec3& coord, in isNearestSampleResultValid()
723 const Vec2& coord, in isLinearSampleResultValid()
792 const Vec3& coord, in isLinearSampleResultValid()
873 const float coord, in isNearestMipmapLinearSampleResultValid()
909 const Vec2& coord, in isNearestMipmapLinearSampleResultValid()
959 const Vec3& coord, in isNearestMipmapLinearSampleResultValid()
1102 const Vec2& coord, in isLinearMipmapLinearSampleResultValid()
1205 const Vec3& coord, in isLinearMipmapLinearSampleResultValid()
1347 const Vec2& coord, in isLevelSampleResultValid()
[all …]
DtcuTexVerifierUtil.cpp58 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord in computeNonNormalizedCoordBounds()
73 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces) in getPossibleCubeFaces()
DtcuTexCompareVerifier.cpp549 const Vec2& coord, in isNearestCompareResultValid()
584 const Vec2& coord, in isLinearCompareResultValid()
637 const Vec2& coord, in isLevelCompareResultValid()
652 const Vec2& coord, in isNearestMipmapLinearCompareResultValid()
706 const Vec2& coord, in isLinearMipmapLinearCompareResultValid()
799 const Vec2& coord, in isMipmapLinearCompareResultValid()
814 const Vec2& coord, in isTexCompareResultValid()
1195 const Vec1& coord, in isNearestCompareResultValid()
1223 const Vec1& coord, in isLinearCompareResultValid()
1263 const Vec1& coord, in isLevelCompareResultValid()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_neighbor.c80 int threshold, const uint8_t *coordinates[], int coord, in erosion()
101 int threshold, const uint8_t *coordinates[], int coord, in erosion16()
123 int threshold, const uint8_t *coordinates[], int coord, in dilation()
144 int threshold, const uint8_t *coordinates[], int coord, in dilation16()
166 int threshold, const uint8_t *coordinates[], int coord, in deflate()
182 int threshold, const uint8_t *coordinates[], int coord, in deflate16()
199 int threshold, const uint8_t *coordinates[], int coord, in inflate()
215 int threshold, const uint8_t *coordinates[], int coord, in inflate16()
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h123 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
192 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
271 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c103 nir_ssa_def *coord = in try_lower_input_load() local
173 nir_ssa_def *coord = nir_vec3(&b, nir_channel(&b, frag_coord, 0), in try_lower_input_texop() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_nir_lower_image_bitsize.c62 nir_ssa_def *coord = in nir_lower_image_bitsize() local
/third_party/boost/boost/geometry/algorithms/detail/
Dexpand_by_epsilon.hpp46 coord_type const coord = get<I>(point); in apply() local
58 coord_type const coord = get<I>(point); in apply() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c79 nir_ssa_def *coord = get_global_ids(&b, 2); in si_create_dcc_retile_cs() local
124 nir_ssa_def *coord = get_global_ids(&b, 3); in gfx9_create_clear_dcc_msaa_cs() local
/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.cpp89 SkString coord; in emitCode() local
115 SkString coord; in emitCode() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c66 nir_ssa_def *coord) in image_coord_is_in_bounds()
93 nir_deref_instr *deref, nir_ssa_def *coord) in image_address()
412 nir_ssa_def *coord = intrin->src[1].ssa; in lower_image_load_instr() local
563 nir_ssa_def *coord = intrin->src[1].ssa; in lower_image_store_instr() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c204 struct ureg_src coord, struct ureg_src sampler, in ureg_load_tex()
241 struct ureg_src coord; in util_make_fragment_tex_shader_xrbias() local
391 struct ureg_src depth_sampler, stencil_sampler, coord; in util_make_fs_blit_zs() local
699 struct ureg_src sampler, coord; in util_make_fs_msaa_resolve() local
760 struct ureg_src sampler, coord; in util_make_fs_msaa_resolve_bilinear() local
919 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp86 bool SampleVerifier::coordOutOfRange (const IVec3& coord, int compNdx, int level) const in coordOutOfRange() argument
93 void SampleVerifier::fetchTexelWrapped (const IVec3& coord, in fetchTexelWrapped()
135 IVec3 coord = coordIn; in fetchTexel() local
671 const Vec4& coord, in verifySampleMipmapLevel()
774 const Vec4& coord, in verifySampleCubemapFace()
833 Vec4 coord = args.coord; in verifySampleImpl() local
/third_party/boost/boost/geometry/algorithms/detail/expand/
Dindexed.hpp60 coordinate_type const coord = get<Index, Dimension>(source); in apply() local
/third_party/jsoncpp/test/data/
Dlegacy_test_complex_01.json13 { "3" : { "coord" : [ 1,2] } array

12345678910