Searched refs:grad_x (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 2846 uint32_t grad_x = 0; in emit_texture_op() local 2873 test(grad_x, ImageOperandsGradMask); in emit_texture_op() 2919 else if (lod || grad_x || grad_y) in emit_texture_op() 2960 else if (grad_x || grad_y) in emit_texture_op() 2996 if (grad_x || grad_y) in emit_texture_op() 3065 if (grad_x || grad_y) in emit_texture_op() 3124 if (!dref && (grad_x || grad_y)) in emit_texture_op() 3126 forward = forward && should_forward(grad_x); in emit_texture_op() 3129 expr += to_expression(grad_x); in emit_texture_op()
|
H A D | spirv_glsl.hpp | 422 uint32_t grad_x = 0, grad_y = 0, lod = 0, coffset = 0, offset = 0; member
|
H A D | spirv_msl.cpp | 9443 uint32_t grad_x = args.grad_x; 9731 if (msl_options.is_macos() && (grad_x || grad_y)) 9737 bool constant_zero_x = !grad_x || expression_is_constant_null(grad_x); 9742 grad_x = 0; 9799 if ((grad_x || grad_y) && (imgtype.image.dim != Dim1D || msl_options.texture_1D_as_2D)) 9801 forward = forward && should_forward(grad_x); 9823 farg_str += ", gradient" + grad_opt + "(" + to_expression(grad_x) + ", " + to_expression(grad_y) + ")";
|
H A D | spirv_glsl.cpp | 6734 uint32_t grad_x = 0; 6760 test(grad_x, ImageOperandsGradMask); 6781 name_args.has_grad = grad_x != 0 || grad_y != 0; 6798 args.grad_x = grad_x; 7109 if (args.grad_x || args.grad_y) 7111 forward = forward && should_forward(args.grad_x); 7114 farg_str += to_expression(args.grad_x);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 90 const glw::GLchar* const TextureCubeMapArraySamplingTest::attribute_grad_x = "grad_x"; 1026 /** Prepare grad_x vector for given texture_coordinates 1028 * @param grad_x Storage for grad_x 1033 void prepareGradXForFace(glw::GLfloat* grad_x, glw::GLuint face, glw::GLfloat* texture_coordinates, glw::GLuint width) in prepareGradXForFace() argument 1044 getRightNeighbour(texture_coordinates + texture_coordinates_offset, face, 1, width, grad_x + grad_offset); in prepareGradXForFace() 1053 grad_x + grad_offset); in prepareGradXForFace() 1061 vectorSubtractInPlace<3>(grad_x + grad_offset, texture_coordinates + texture_coordinates_offset); in prepareGradXForFace() 1067 * @param grad_y Storage for grad_x 3546 buffer = &buffers.grad_x; in setupSharedStorageBuffer() [all...] |
H A D | esextcTextureCubeMapArraySampling.hpp | 346 bufferDefinition grad_x; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
|
Completed in 45 milliseconds