Home
last modified time | relevance | path

Searched defs:coord (Results 51 - 75 of 178) sorted by relevance

12345678

/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c446 _mesa_PassTexCoordATI(GLuint dst, GLuint coord, GLenum swizzle) in _mesa_PassTexCoordATI() argument
[all...]
H A Des1_conversion.c393 _mesa_GetTexGenxvOES(GLenum coord, GLenum pname, GLfixed *params) in _mesa_GetTexGenxvOES() argument
838 _es_TexGenf(GLenum coord, GLenum pname, GLfloat param) in _es_TexGenf() argument
852 _mesa_TexGenxOES(GLenum coord, GLenum pname, GLfixed param) in _mesa_TexGenxOES() argument
858 _mesa_TexGenxvOES(GLenum coord, GLenum pname, const GLfixed *params) in _mesa_TexGenxvOES() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c327 nir_ssa_def *coord; in compile_setupinst() local
H A Dst_pbo.c437 nir_ssa_def *coord = nir_load_var(&b, fragcoord); in create_fs() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c405 uint32_t coord = src_vector(p, &inst->Src[0], fs); in emit_tex() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.h83 RegisterVec4 coord; member
H A Dsfn_instr_mem.cpp604 auto coord = vf.temp_register(0); in emit_ssbo_atomic_op() local
680 auto coord = vf.temp_vec4(pin_group); in emit_image_store() local
719 auto coord in emit_image_load_or_atomic() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp315 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
339 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp524 const Vec2& coord = texCoord[ndx]; in testFormat() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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() argument
421 static float evalDynamicDepth(const Vec2& coord) in evalDynamicDepth() argument
425 evalNoWrite(const Vec2& coord) evalNoWrite() argument
430 evalDynamicConditionalDepth(const Vec2& coord) evalDynamicConditionalDepth() argument
[all...]
/third_party/skia/src/core/
H A DSkEdgeClipper.cpp532 static void assert_monotonic(const SkScalar coord[], int count) { in assert_monotonic() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp171 dng_vector coord = m * PCStoXYZ (); in NormalizeColorMatrix() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp315 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
339 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp524 const Vec2& coord = texCoord[ndx]; in testFormat() local
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c136 unsigned coord[] = {x, y, z, 0}; in gfx10_meta_addr_from_coord() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c766 nir_ssa_def *coord = nir_vec3(b, x, y, z); in lower_tess_eval_block() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_resolve_cs.c221 nir_ssa_def *coord = nir_vec4(&b, nir_channel(&b, img_coord, 0), nir_channel(&b, img_coord, 1), in build_depth_stencil_resolve_compute_shader() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c91 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x() argument
108 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y() argument
125 evaluate_face_z(nir_builder *b, coord_t *coord) evaluate_face_z() argument
142 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) create_array_tex_from_cube_tex() argument
303 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord) handle_cube_gather() argument
344 lower_cube_coords(nir_builder *b, nir_ssa_def *coord, bool is_array) lower_cube_coords() argument
466 nir_ssa_def *coord = tex->src[coord_index].src.ssa; lower_cube_sample() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c136 evaluate_face_x(nir_builder *b, coord_t *coord) in evaluate_face_x() argument
155 evaluate_face_y(nir_builder *b, coord_t *coord) in evaluate_face_y() argument
174 evaluate_face_z(nir_builder *b, coord_t *coord) evaluate_face_z() argument
193 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) create_array_tex_from_cube_tex() argument
342 handle_cube_gather(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord) handle_cube_gather() argument
382 lower_cube_coords(nir_builder *b, nir_ssa_def *coord, bool is_array, bool is_image) lower_cube_coords() argument
431 nir_ssa_def *coord = tex->src[coord_index].src.ssa; lower_cube_sample() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c636 nir_ssa_def *coord = in dzn_nir_blit_fs() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.h148 static inline uint32_t mb(uint32_t coord) in mb() argument
153 static inline uint32_t mb_half(uint32_t coord) in mb_half() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1036 struct tgsi_full_src_register *coord = &inst->Src[0]; in transform_samp() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c241 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
203 ureg_load_tex(struct ureg_program *ureg, struct ureg_dst out, struct ureg_src coord, struct ureg_src sampler, enum tgsi_texture_type tex_target, bool load_level_zero, bool use_txf) ureg_load_tex() argument
715 struct ureg_src sampler, coord; util_make_fs_msaa_resolve() local
776 struct ureg_src sampler, coord; util_make_fs_msaa_resolve_bilinear() local
935 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; util_make_fs_pack_color_zs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c665 nir_src *coord, *lod_bias; in emit_tex() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c210 nop_glMultiTexGenfvEXT(GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params) in nop_glMultiTexGenfvEXT() argument
216 nop_glMultiTexGeniEXT(GLenum texunit, GLenum coord, GLenum pname, GLint param) in nop_glMultiTexGeniEXT() argument

Completed in 29 milliseconds

12345678