Home
last modified time | relevance | path

Searched defs:coord (Results 26 - 50 of 178) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c195 etna_emit_tex(struct etna_compile *c, nir_texop op, unsigned texid, unsigned dst_swiz, struct etna_inst_dst dst, struct etna_inst_src coord, struct etna_inst_src src1, struct etna_inst_src src2) etna_emit_tex() argument
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H A DTest.cc139 Coord coord(double x, double y, double z, double t) { in coord() function
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp185 skvm::Coord coord = {arguments[0], arguments[1]}; variable
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp473 PhysicalCoordinate coord; in HWTEST_F() local
498 PhysicalCoordinate coord; in HWTEST_F() local
522 PhysicalCoordinate coord; in HWTEST_F() local
543 PhysicalCoordinate coord; in HWTEST_F() local
566 PhysicalCoordinate coord; HWTEST_F() local
589 PhysicalCoordinate coord; HWTEST_F() local
808 PhysicalCoordinate coord; HWTEST_F() local
831 PhysicalCoordinate coord; HWTEST_F() local
852 PhysicalCoordinate coord; HWTEST_F() local
2938 PhysicalCoordinate coord; HWTEST_F() local
2958 PhysicalCoordinate coord; HWTEST_F() local
2977 PhysicalCoordinate coord; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_neighbor.c76 erosion(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) erosion() argument
97 erosion16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) erosion16() argument
119 dilation(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) dilation() argument
140 dilation16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) dilation16() argument
162 deflate(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) deflate() argument
178 deflate16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) deflate16() argument
195 inflate(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) inflate() argument
211 inflate16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) inflate16() argument
[all...]
/third_party/libuv/test/
H A Drunner-win.c310 COORD coord; in clear_line() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c55 nir_ssa_def *coord = nir_imul_imm(&b, global_id, 8); in build_copy_vrs_htile_shader() local
H A Dradv_meta_dcc_retile.c57 nir_ssa_def *coord = get_global_ids(&b, 2); in build_dcc_retile_compute_shader() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c530 struct ureg_dst coord = ureg_writemask(ureg_DECL_temporary(ureg), TGSI_WRITEMASK_XYZW); in si_create_fmask_expand_cs() local
H A Dsi_shaderlib_nir.c162 nir_ssa_def *coord = get_global_ids(&b, 2); in si_create_dcc_retile_cs() local
207 nir_ssa_def *coord = get_global_ids(&b, 3); in gfx9_create_clear_dcc_msaa_cs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.h105 static inline uint32_t mb(uint32_t coord) in mb() argument
110 static inline uint32_t mb_half(uint32_t coord) in mb_half() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c177 i915_emit_texld(struct i915_fp_compile *p, uint32_t dest, uint32_t destmask, uint32_t sampler, uint32_t coord, uint32_t opcode, uint32_t coord_mask) i915_emit_texld() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A 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() argument
135 IVec3 coord = coordIn; fetchTexel() local
[all...]
H A DvktSampleVerifier.hpp46 tcu::Vec4 coord; member
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp54 SkString coord; in emitCode() local
76 SkString coord; emitCode() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp134 Pointer<SIMD::Float> coord = function.Arg<1>(); in emitWriteRoutine() local
/third_party/skia/src/shaders/
H A DSkShader.cpp250 ApplyMatrix(skvm::Builder* p, const SkMatrix& m, skvm::Coord coord, skvm::Uniforms* uniforms) ApplyMatrix() argument
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp212 transformT(skvm::Builder* p, skvm::Uniforms* uniforms, skvm::Coord coord, skvm::I32* mask) const transformT() argument
/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp26 static double conic_eval_tan(const double coord[], SkScalar w, double t) { in conic_eval_tan() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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() argument
432 static float evalDynamicDepth (const Vec2& coord) { return (coord.x()+coord in evalConstDepth() argument
433 evalNoWrite(const Vec2& coord) evalNoWrite() argument
435 evalDynamicConditionalDepth(const Vec2& coord) evalDynamicConditionalDepth() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A 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() argument
135 IVec3 coord = coordIn; fetchTexel() local
[all...]
H A DvktSampleVerifier.hpp46 tcu::Vec4 coord; member
/third_party/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp58 Vec2 computeNonNormalizedCoordBounds (const bool normalizedCoords, const int dim, const float coord, const int coordBits, const int uvBits) in computeNonNormalizedCoordBounds() argument
73 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces) in getPossibleCubeFaces() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c139 mirror(nir_builder *b, nir_ssa_def *coord) in mirror() argument
464 nir_ssa_def *coord = nir_fmul(b, nir_channels(b, params.size, mask), lower_sample_to_txf_for_integer_tex_impl() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c65 image_coord_is_in_bounds(nir_builder *b, nir_deref_instr *deref, nir_ssa_def *coord) image_coord_is_in_bounds() argument
92 image_address(nir_builder *b, const struct intel_device_info *devinfo, nir_deref_instr *deref, nir_ssa_def *coord) image_address() argument
412 nir_ssa_def *coord = intrin->src[1].ssa; lower_image_load_instr() local
563 nir_ssa_def *coord = intrin->src[1].ssa; lower_image_store_instr() local
[all...]

Completed in 18 milliseconds

12345678