/third_party/skia/tests/ |
H A D | EGLImageTest.cpp | 165 GrSwizzle swizzle = context0->priv().caps()->getReadSwizzle(texProxy->backendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 167 GrSurfaceProxyView view(std::move(texProxy), origin, swizzle); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_comparison_pre.c | 236 static const uint8_t swizzle[NIR_MAX_VEC_COMPONENTS] = {0}; in comparison_pre_block() local
|
H A D | nir_lower_fp16_conv.c | 195 uint8_t *swizzle = NULL; in lower_fp16_cast_impl() local
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_common.h | 64 uint8_t swizzle[4]; member
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tex-swizzle.c | 120 init_tex(const unsigned swizzle[4]) in init_tex() argument 163 init(const unsigned swizzle[4]) in init() argument 205 uint swizzle[4]; in main() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_print.c | 82 mir_print_swizzle(unsigned mask, unsigned *swizzle) in mir_print_swizzle() argument 126 unsigned *swizzle = ins->swizzle[src_idx]; in mir_print_embedded_constant() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 250 get_texcoord_provenance(const nir_tex_src *texcoord, unsigned *coord_fs_input_index, int swizzle[4]) get_texcoord_provenance() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_texture.c | 208 swizzle(const struct nv30_texfmt *fmt, unsigned cmp, unsigned swz) in swizzle() function
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | instr.c | 115 ppir_instr_insert_const(ppir_const *dst, const ppir_const *src, uint8_t *swizzle) ppir_instr_insert_const() argument 138 ppir_update_src_pipeline(ppir_pipeline pipeline, ppir_src *src, ppir_dest *dest, uint8_t *swizzle) ppir_update_src_pipeline() argument 153 ppir_instr_update_src_pipeline(ppir_instr *instr, ppir_pipeline pipeline, ppir_dest *dest, uint8_t *swizzle) ppir_instr_update_src_pipeline() argument 186 uint8_t swizzle[4] = {0}; ppir_instr_insert_node() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_info.c | 69 unsigned swizzle = tgsi_util_get_src_register_swizzle(src, chan); in analyse_src() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blt.h | 47 uint8_t swizzle[4]; /* TEXTURE_SWIZZLE_* */ member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_util.c | 83 tgsi_util_set_src_register_swizzle(struct tgsi_src_register *reg, unsigned swizzle, unsigned component) tgsi_util_set_src_register_swizzle() argument
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
H A D | i915_drm_buffer.c | 99 uint32_t tile = 0, swizzle = 0; in i915_drm_buffer_from_handle() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_swizzle.c | 72 static const struct swizzle_data* lookup_native_swizzle(unsigned int swizzle) in lookup_native_swizzle() argument 97 int r300_swizzle_is_native_basic(unsigned int swizzle) in r300_swizzle_is_native_basic() argument 208 r300FPTranslateRGBSwizzle(unsigned int src, unsigned int swizzle) r300FPTranslateRGBSwizzle() argument 229 r300FPTranslateAlphaSwizzle(unsigned int src, unsigned int swizzle) r300FPTranslateAlphaSwizzle() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state_inlines.h | 416 unsigned i, swizzle = 0; in r300_translate_vertex_data_swizzle() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SwizzleTest.cpp | 131 GLubyte getExpectedValue(GLenum swizzle, GLubyte unswizzled[4]) in getExpectedValue() argument
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLUniformHandler.h | 116 virtual SamplerHandle addInputSampler(const GrSwizzle& swizzle, const char* name) { in addInputSampler() argument
|
/third_party/skia/src/gpu/ |
H A D | GrRecordingContextPriv.cpp | 142 GrSwizzle swizzle; in makeSC() local 148 GrSurfaceProxyView view(std::move(proxy), origin, swizzle); in makeSC() local
|
H A D | GrSurfaceProxyView.h | 22 GrSurfaceProxyView(sk_sp<GrSurfaceProxy> proxy, GrSurfaceOrigin origin, GrSwizzle swizzle) in GrSurfaceProxyView() argument 80 GrSwizzle swizzle() const { return fSwizzle; } in swizzle() function in GrSurfaceProxyView 82 void concatSwizzle(GrSwizzle swizzle) { fSwizzle = GrSwizzle::Concat(fSwizzle, swizzle); } in concatSwizzle() argument 88 GrSurfaceProxyView makeSwizzle(GrSwizzle swizzle) && { in makeSwizzle() argument [all...] |
H A D | GrProgramDesc.cpp | 48 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key() argument
|
H A D | GrSPIRVUniformHandler.cpp | 227 addSampler(const GrBackendFormat&, GrSamplerState, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* caps) addSampler() argument
|
H A D | GrXferProcessor.cpp | 267 emitWriteSwizzle(GrGLSLXPFragmentBuilder* x, const GrSwizzle& swizzle, const char* outColor, const char* outColorSecondary) const emitWriteSwizzle() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLUniformHandler.cpp | 70 addSampler( const GrBackendFormat& backendFormat, GrSamplerState, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* shaderCaps) addSampler() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUniformHandler.cpp | 293 GrGLSLUniformHandler::SamplerHandle GrVkUniformHandler::addInputSampler(const GrSwizzle& swizzle, in addInputSampler() argument 248 addSampler( const GrBackendFormat& backendFormat, GrSamplerState state, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* shaderCaps) addSampler() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelShader.cpp | 305 int swizzle = inst->src[argument].swizzle; in analyzeInterpolants() local [all...] |