| /third_party/mesa3d/src/mesa/main/ |
| D | texgen.c | 48 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen() 80 texgenfv( GLuint texunitIndex, GLenum coord, GLenum pname, in texgenfv() 185 gettexgendv( GLuint texunitIndex, GLenum coord, GLenum pname, in gettexgendv() 218 gettexgenfv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgenfv() 259 gettexgeniv( GLenum texunitIndex, GLenum coord, GLenum pname, in gettexgeniv() 305 _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_TexGenfv() 313 _mesa_MultiTexGenfvEXT( GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_MultiTexGenfvEXT() 320 _mesa_TexGeniv(GLenum coord, GLenum pname, const GLint *params ) in _mesa_TexGeniv() 337 _mesa_MultiTexGenivEXT(GLenum texunit, GLenum coord, GLenum pname, const GLint *params ) in _mesa_MultiTexGenivEXT() 354 _mesa_TexGend(GLenum coord, GLenum pname, GLdouble param ) in _mesa_TexGend() [all …]
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_xy_coord.cpp | 23 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/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
| D | image.hpp | 51 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/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcFragDepthTests.cpp | 210 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/ |
| D | es3fFragDepthTests.cpp | 198 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()
|
| D | es3fFboTestUtil.cpp | 215 const tcu::Vec4 coord = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx); in shadeFragments() local 384 const tcu::Vec4 coord = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx); in shadeFragments() local 539 const tcu::Vec4 coord = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx); in shadeFragments() local 647 const tcu::Vec4 coord = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx); in shadeFragments() local 755 const tcu::Vec4 coord = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx); in shadeFragments() local 851 const tcu::Vec4 coord = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx); in shadeFragments() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | ProgramPrelude.cpp | 3083 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/mesa3d/src/gallium/drivers/zink/ |
| D | zink_lower_cubemap_to_array.c | 91 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x() 108 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y() 125 evaluate_face_z(nir_builder *b, coord_t *coord) in evaluate_face_z() 142 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) in create_array_tex_from_cube_tex() 303 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord) in handle_cube_gather() 344 lower_cube_coords(nir_builder *b, nir_ssa_def *coord, bool is_array) in lower_cube_coords() 466 nir_ssa_def *coord = tex->src[coord_index].src.ssa; in lower_cube_sample() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_nir_lower_int_cubemaps.c | 136 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x() 155 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y() 174 evaluate_face_z(nir_builder *b, coord_t *coord) in evaluate_face_z() 193 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) in create_array_tex_from_cube_tex() 342 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord) in handle_cube_gather() 382 lower_cube_coords(nir_builder *b, nir_ssa_def *coord, bool is_array, bool is_image) in lower_cube_coords() 431 nir_ssa_def *coord = tex->src[coord_index].src.ssa; in lower_cube_sample() local
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| D | sglrContextUtil.cpp | 55 const float coord[] = in drawQuadWithVaoBuffers() local 125 const float coord[] = in drawQuadWithClientPointers() local
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTexLookupVerifier.cpp | 595 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 …]
|
| D | tcuTexCompareVerifier.cpp | 549 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 …]
|
| D | tcuTexVerifierUtil.cpp | 58 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()
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_neighbor.c | 77 int threshold, const uint8_t *coordinates[], int coord, in erosion() 98 int threshold, const uint8_t *coordinates[], int coord, in erosion16() 120 int threshold, const uint8_t *coordinates[], int coord, in dilation() 141 int threshold, const uint8_t *coordinates[], int coord, in dilation16() 163 int threshold, const uint8_t *coordinates[], int coord, in deflate() 179 int threshold, const uint8_t *coordinates[], int coord, in deflate16() 196 int threshold, const uint8_t *coordinates[], int coord, in inflate() 212 int threshold, const uint8_t *coordinates[], int coord, in inflate16()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_input_attachments.c | 101 nir_ssa_def *coord = in try_lower_input_load() local 169 nir_ssa_def *coord = nir_vec3(b, nir_channel(b, frag_coord, 0), in try_lower_input_texop() local
|
| D | nir_lower_point_smooth.c | 55 nir_ssa_def *coord = nir_build_load_point_coord_maybe_flipped(b); in lower_point_smooth() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | midgard_nir_lower_image_bitsize.c | 62 nir_ssa_def *coord = in nir_lower_image_bitsize() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_nir_lower_storage_image.c | 66 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktSampleVerifier.cpp | 86 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/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktSampleVerifier.cpp | 86 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/mesa3d/src/gallium/auxiliary/util/ |
| D | u_simple_shaders.c | 204 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 715 struct ureg_src sampler, coord; in util_make_fs_msaa_resolve() local 776 struct ureg_src sampler, coord; in util_make_fs_msaa_resolve_bilinear() local 935 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | v3d_nir_lower_txf_ms.c | 46 nir_ssa_def *coord = instr->src[coord_index].src.ssa; in v3d_nir_lower_txf_ms_instr() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_lower_input_attachments.c | 74 nir_ssa_def *coord = in try_lower_input_load() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_1_0.cpp | 691 void Context::getTexGenfv(GLenum coord, GLenum pname, GLfloat *params) in getTexGenfv() 696 void Context::getTexGeniv(GLenum coord, GLenum pname, GLint *params) in getTexGeniv() 701 void Context::getTexGenxv(GLenum coord, GLenum pname, GLfixed *params) in getTexGenxv() 706 void Context::texGenf(GLenum coord, GLenum pname, GLfloat param) in texGenf() 711 void Context::texGenfv(GLenum coord, GLenum pname, const GLfloat *params) in texGenfv() 716 void Context::texGeni(GLenum coord, GLenum pname, GLint param) in texGeni() 721 void Context::texGeniv(GLenum coord, GLenum pname, const GLint *params) in texGeniv() 726 void Context::texGenx(GLenum coord, GLenum pname, GLfixed param) in texGenx() 731 void Context::texGenxv(GLenum coord, GLenum pname, const GLint *params) in texGenxv()
|
| /third_party/ffmpeg/libavcodec/ |
| D | jpeg2000.h | 189 int coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} member 199 int coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} member 203 int coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} member 212 int coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} member 223 … int coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} -- can be reduced with lowres option member
|