Searched defs:coords (Results 101 - 125 of 129) sorted by relevance

123456

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1402 * Unnormalize coords.
1437 * Generate new coords and faces for cubemap texels falling off the face.
1609 LLVMValueRef *coords,
1625 * calculate the derivatives after scaling the coords by the absolute
1652 LLVMValueRef s = coords[0];
1653 LLVMValueRef t = coords[1];
1654 LLVMValueRef r = coords[2];
1662 * (for mirroring minor coords and pos/neg face selection)
1663 * of the original coords.
1753 * compute all possible new s/t coords, whic
1608 lp_build_cube_lookup(struct lp_build_sample_context *bld, LLVMValueRef *coords, const struct lp_derivatives *derivs_in, LLVMValueRef *rho, struct lp_derivatives *derivs_out, boolean need_derivs) argument
[all...]
H A Dlp_bld_sample_soa.c67 * Generate code to fetch a texel from a texture at int coords (x, y, z).
139 /* convert x,y,z coords to linear offset from start of texture, in bytes */
153 * Simply AND the texture coords with !use_border. This will cause
154 * coords which are out of bounds to become zero. Zero's guaranteed
509 only potentially matters for very large coords */
725 LLVMValueRef *coords,
756 x = lp_build_sample_wrap_nearest(bld, coords[0], width_vec,
763 y = lp_build_sample_wrap_nearest(bld, coords[1], height_vec,
770 z = lp_build_sample_wrap_nearest(bld, coords[2], depth_vec,
780 z = lp_build_add(&bld->int_coord_bld, coords[
719 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef colors_out[4]) argument
864 lp_build_sample_image_linear(struct lp_build_sample_context *bld, boolean is_gather, LLVMValueRef size, LLVMValueRef linear_mask, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef colors_out[4]) argument
1502 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) argument
1644 lp_build_sample_mipmap_both(struct lp_build_sample_context *bld, LLVMValueRef linear_mask, unsigned mip_filter, LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef lod_positive, LLVMValueRef *colors_out) argument
1793 lp_build_sample_common(struct lp_build_sample_context *bld, unsigned texture_index, unsigned sampler_index, LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *lod_pos_or_zero, LLVMValueRef *lod_fpart, LLVMValueRef *ilevel0, LLVMValueRef *ilevel1) argument
2147 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned sampler_unit, boolean is_gather, LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef lod_positive, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) argument
2304 lp_build_fetch_texel(struct lp_build_sample_context *bld, unsigned texture_unit, const LLVMValueRef *coords, LLVMValueRef explicit_lod, const LLVMValueRef *offsets, LLVMValueRef *colors_out) argument
2434 lp_build_sample_nop(struct gallivm_state *gallivm, struct lp_type type, const LLVMValueRef *coords, LLVMValueRef texel_out[4]) argument
2457 lp_build_sample_soa_code(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned sample_key, unsigned texture_index, unsigned sampler_index, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, const LLVMValueRef *coords, const LLVMValueRef *offsets, const struct lp_derivatives *derivs, LLVMValueRef lod, LLVMValueRef texel_out[4]) argument
3109 LLVMValueRef coords[5]; local
3231 const LLVMValueRef *coords = params->coords; local
[all...]
H A Dlp_bld_tgsi_soa.c2107 * the coords, so it could only work for SAMPLE/TXQ/SVIEWINFO), just
2119 * comes from the same reg as coords (except some test shaders using
2120 * constant coords maybe).
2158 LLVMValueRef coords[5]; local
2271 coords[i] = lp_build_emit_fetch(&bld->bld_base, inst, 0, i);
2273 coords[i] = lp_build_mul(&bld->bld_base.base, coords[i], oow);
2276 coords[i] = bld->bld_base.base.undef;
2282 coords[3] = lp_build_emit_fetch(&bld->bld_base, inst, 0, layer_coord);
2285 coords[
2364 LLVMValueRef coords[5]; local
2544 LLVMValueRef coords[5]; local
[all...]
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp805 SpvId coords = this->writeConstantVector(ctor); local
811 coords,
820 coords,
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp805 SpvId coords = this->writeConstantVector(ctor); local
811 coords,
820 coords,
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp4655 void DrawTexsvOES(const GLshort *coords) argument
4660 void DrawTexivOES(const GLint *coords) argument
4665 void DrawTexxvOES(const GLfixed *coords) argument
4687 void DrawTexfvOES(const GLfloat *coords) argument
H A Dmain.cpp326 void DrawTexsvOES(const GLshort *coords);
327 void DrawTexivOES(const GLint *coords);
328 void DrawTexxvOES(const GLfixed *coords);
330 void DrawTexfvOES(const GLfloat *coords);
1390 GL_API void GL_APIENTRY glDrawTexsvOES(const GLshort *coords) argument
1392 return es1::DrawTexsvOES(coords);
1395 GL_API void GL_APIENTRY glDrawTexivOES(const GLint *coords) argument
1397 return es1::DrawTexivOES(coords);
1400 GL_API void GL_APIENTRY glDrawTexxvOES(const GLfixed *coords) argument
1402 return es1::DrawTexxvOES(coords);
1410 glDrawTexfvOES(const GLfloat *coords) argument
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1797 float coords[] = { local
1808 GLU_CHECK_GLW_CALL(thread.gl, vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, coords));
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp980 vector<float> coords; local
981 computeQuadTexCoordCube(coords, glslImageFuncZToCubeFace(sliceOrFaceNdx));
982 uniforms.assign3f("u_texCoordLD", coords[3*0 + 0], coords[3*0 + 1], coords[3*0 + 2]);
983 uniforms.assign3f("u_texCoordRD", coords[3*2 + 0], coords[3*2 + 1], coords[3*2 + 2]);
984 uniforms.assign3f("u_texCoordLU", coords[3*1 + 0], coords[
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c7524 FT_Fixed* coords = exc->face->blend->normalizedcoords; local
7535 if ( coords )
7538 args[i] = coords[i] >> 2; /* convert 16.16 to 2.14 format */
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2208 * Fetch all 3 (for s,t,r coords) texel offsets, put them into int array.
2417 union tgsi_exec_channel coords[4]; local
2418 const union tgsi_exec_channel *args[ARRAY_SIZE(coords)];
2423 assert(dim <= ARRAY_SIZE(coords));
2426 FETCH(&coords[i], 0, TGSI_CHAN_X + i);
2427 args[i] = &coords[i];
2429 for (i = dim; i < ARRAY_SIZE(coords); i++) {
/external/vulkan-validation-layers/demos/
H A Dcube.cpp2418 100, 100, // x/y coords
2620 const uint32_t coords[] = {100, 100}; local
2621 xcb_configure_window(connection, xcb_window, XCB_CONFIG_WINDOW_X | XCB_CONFIG_WINDOW_Y, coords);
H A Dcube.c2488 100, 100, // x/y coords
2703 const uint32_t coords[] = {100, 100}; local
2705 XCB_CONFIG_WINDOW_X | XCB_CONFIG_WINDOW_Y, coords);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp4757 const tcu::Vec3 coords[4] = local
4784 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize,
4789 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize,
4790 coords[samplePosNdx].y() / (float)imageSize,
4794 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize,
4795 coords[samplePosNdx].y() / (float)imageSize,
4796 coords[samplePosNdx].z() / (float)imageSize,
4809 const tcu::Vec3 coords[4] = local
4835 DE_ASSERT(de::inRange(coords[samplePosNdx].x(), 0.0f, (float)imageSize));
4836 DE_ASSERT(de::inRange(coords[samplePosNd
[all...]
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c2262 LLVMValueRef coords[4]; local
2288 coords[chan] = LLVMBuildExtractElement(ctx->builder, src0, masks[chan], "");
2293 coords[chan] = LLVMBuildAdd(ctx->builder, coords[chan], LLVMBuildFPToUI(ctx->builder, ctx->frag_pos[chan], ctx->i32, ""), "");
2296 coords[count] = llvm_extract_elem(ctx, get_src(ctx, instr->src[1]), 0);
2301 coords[3] = LLVMGetUndef(ctx->i32);
2304 res = ac_build_gather_values(&ctx->ac, coords, count);
2419 LLVMTypeOf(params[0]), /* coords */
2460 params[1] = get_image_coords(ctx, instr); /* coords */
2478 LLVMTypeOf(params[1]), /* coords */
2498 LLVMValueRef coords; local
3187 LLVMValueRef coords[5]; local
[all...]
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2295 def coords(self, *args): member in class:Canvas
2300 self.tk.call((self._w, 'coords') + args)))
2874 def coords(self, value=None): member in class:Scale
2879 return self._getints(self.tk.call(self._w, 'coords', value))
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2458 def coords(self, *args): member in class:Canvas
2463 self.tk.call((self._w, 'coords') + args))]
3015 def coords(self, value=None): member in class:Scale
3020 return self._getints(self.tk.call(self._w, 'coords', value))
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h187 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {} argument
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp38 #define SKDEBUGCANVAS_ATTRIBUTE_COORDS "coords"
615 Json::Value coords(Json::arrayValue);
616 coords.append(MakeJsonPoint(pts[1]));
617 coords.append(MakeJsonPoint(pts[2]));
618 quad[SKDEBUGCANVAS_VERB_QUAD] = coords;
624 Json::Value coords(Json::arrayValue);
625 coords.append(MakeJsonPoint(pts[1]));
626 coords.append(MakeJsonPoint(pts[2]));
627 coords.append(MakeJsonPoint(pts[3]));
628 cubic[SKDEBUGCANVAS_VERB_CUBIC] = coords;
2525 SkRect coords; local
2580 SkRect coords; local
2845 Json::Value coords = command[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; local
3034 Json::Value coords = run[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; local
3190 SkRect coords; local
3224 SkRRect coords; local
3307 Json::Value coords = command[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; local
[all...]
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h187 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {} argument
/external/skqp/tools/debugger/
H A DSkDrawCommand.cpp38 #define SKDEBUGCANVAS_ATTRIBUTE_COORDS "coords"
615 Json::Value coords(Json::arrayValue);
616 coords.append(MakeJsonPoint(pts[1]));
617 coords.append(MakeJsonPoint(pts[2]));
618 quad[SKDEBUGCANVAS_VERB_QUAD] = coords;
624 Json::Value coords(Json::arrayValue);
625 coords.append(MakeJsonPoint(pts[1]));
626 coords.append(MakeJsonPoint(pts[2]));
627 coords.append(MakeJsonPoint(pts[3]));
628 cubic[SKDEBUGCANVAS_VERB_CUBIC] = coords;
2525 SkRect coords; local
2580 SkRect coords; local
2845 Json::Value coords = command[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; local
3034 Json::Value coords = run[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; local
3190 SkRect coords; local
3224 SkRRect coords; local
3307 Json::Value coords = command[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; local
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3554 LLVMValueRef coords[4]; local
3561 coords[chan] = tmp;
3565 return coords[0];
3569 coords[3] = bld_base->uint_bld.undef;
3573 return lp_build_gather_values(gallivm, coords, num_coords);
3672 LLVMValueRef coords; local
3675 coords = image_fetch_coords(bld_base, inst, 1);
3678 buffer_append_args(ctx, emit_data, rsrc, coords,
3681 emit_data->args[0] = coords;
3829 LLVMTypeOf(emit_data->args[0]), /* coords */
3879 LLVMValueRef coords; local
4089 LLVMValueRef coords; local
4197 LLVMValueRef coords; local
4536 LLVMValueRef coords[5], derivs[6]; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1135 milliseconds

123456